Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Currently, gogo will split arguments each time a ${xx} or <x> is encountered.
Also, there's no support for evaluation of variables inside quotes.
The goal would be to support things like:
a = 1; b = 2; echo $a$b
which would evaluate as "12" instead of "1 2"