-
-
Save videlais/d7c26ff5a8091c8a30e117eecad1c8e9 to your computer and use it in GitHub Desktop.
identifiers.lua
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
variableName = "new value" | |
variableName = 1 | |
variableName = 'new value' | |
variableName = [] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment