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

9.1 @

Executes FreeM code expr V mcode.

Syntax

@expr V mcode

Example (Using Variable)

DEFAULT.USER> SET FOO="WRITE ""HELLO WORLD"",!"
DEFAULT.USER> @FOO

HELLO WORLD

DEFAULT.USER>

Example (Using String Literal)

DEFAULT.USER> @"WRITE ""HELLO WORLD"",!"

HELLO WORLD

DEFAULT.USER>

Example (Using Indirection)

DEFAULT.USER> SET FOO="BAR"

DEFAULT.USER> SET BAR="WRITE ""HELLO WORLD"",!"

DEFAULT.USER> @@FOO

HELLO WORLD

DEFAULT.USER>

This document was generated on April 11, 2025 using texi2html 5.0.