Is there (or was there ever) any non-trivial language that allows spaces in its variable names?
I am aware of the language Whitespace, but I'm interested in a language that was actually used for something besides demonstration.
I ask this out of pure curiosity.
set
command considers spaces before=
in the variable name. Soset var =
will create a variable called%var %
butset var=
will create a variable called%var%
– Glennieglennis