Skip to content

Instantly share code, notes, and snippets.

@videlais
Created April 13, 2018 02:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save videlais/3ed6fe5ee82f6d6b596ab48db4c90f01 to your computer and use it in GitHub Desktop.
Save videlais/3ed6fe5ee82f6d6b596ab48db4c90f01 to your computer and use it in GitHub Desktop.
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