[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

7.1 @

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 November 11, 2022 using texi2html 5.0.