Skip to content

Instantly share code, notes, and snippets.

@videlais
Created April 13, 2018 02:42
Embed
What would you like to do?
conditional.lua
variableName = 1
if variableName == 1 then
print("The value is 1")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment