Closed adam-coster closed 1 year ago
For example:
For HELLO_WORLD = some_variable, some_variable is properly referenced.
HELLO_WORLD = some_variable
some_variable
For HELLO_WORLD -= some_variable, some_variable is unknown
HELLO_WORLD -= some_variable
For example:
For
HELLO_WORLD = some_variable
,some_variable
is properly referenced.For
HELLO_WORLD -= some_variable
,some_variable
is unknown