[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Executes FreeM code expr V mcode.
Syntax
@expr V mcode
Example (Using Variable)
USER> SET FOO="WRITE ""HELLO WORLD"",!" USER> @FOO HELLO WORLD USER>
Example (Using String Literal)
USER> @"WRITE ""HELLO WORLD"",!" HELLO WORLD USER>
Example (Using Indirection)
USER> SET FOO="BAR" USER> SET BAR="WRITE ""HELLO WORLD"",!" USER> @@FOO HELLO WORLD USER>
This document was generated on September 20, 2023 using texi2html 5.0.