Class | Global |
Name | echo |
Arguments | <text> |
Prints the rest of the line to standard output. Evaluates macro variables and respects C style escaped characters (though "\t" evaluates to " " rather than to a tab character), as of 2008-03-31.
Example:
>> echo Hello, World! Hello, World! >> macro home=/home/davidD >> echo ============================\n \ Home directory: %home\n \ ============================ ============================ Home directory: /home/davidD ============================
<< (bang) | Up to index | >> (dollar) |