You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
typing out quotes for label names, characters, etc. is kind of obnoxious. proposal:
character "fella"
character "somelabel"
-- ->
character :fella
goto :somelabel
inspired by Crystal's Symbol syntax, keywords (words with no spaces) could be prefixed with : to be quickly turned into a string. this would greatly help readability in cases like this to provide an easy, lexical difference between option text strings and label name strings:
typing out quotes for label names, characters, etc. is kind of obnoxious. proposal:
inspired by Crystal's
Symbol
syntax, keywords (words with no spaces) could be prefixed with:
to be quickly turned into a string. this would greatly help readability in cases like this to provide an easy, lexical difference between option text strings and label name strings:also applicable to just about anything that could require shorthand strings, like expressions
The text was updated successfully, but these errors were encountered: