@@

From TinyMUX
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


COMMAND: @@ <args>

This command and everything after it (excluding the command-separator ';') is not evaluated by the parser. This is useful for adding comments in softcode or, more commonly, writing comment headers for softcode installers (such as /quotable text files).

Note: @@ must be followed by a space or it will return an error message.

Always be doubly sure that ()'s and {}'s in the (otherwise ignored) arguments are nested correctly, so that any semicolons used to separate it from subsequent code in the line are recognized by the parser.

Examples

    > @va me=$foobar *:@fo #1234=%0;@@ This controls my foobar puppet.
    > foobar say Hello World!
    foobar says "Hello World!"
    > @@ --- Begin Code ---
    > @emit Hello World!
    > @@ --- End Code ---
    Hello World!

Related Topics: think, @@(), null().