Hi ppl
Sometimes I wish I could use several commands in one line
My suggestion is (in the next language revision) to use the "line continuation" symbol '_' to permit "one liners"
Something like
ConsoleWrite( x ) _ func1( x ) _ ConsoleWrite( x ) _ func2( x) _ ConsoleWrite( x )
for the "oldies"... something "รก la Clipper"
I think it's useful
for the Interpreter token evaluator :
1. (space)+'_'+(CRLF) ---> is the line continuation
2. (space)+'_'+(space) ---&