Skip to content
Luxembourg edited this page Mar 19, 2013 · 4 revisions

@@()

function: @@()

the is not evaluated and returns nothing.

example:

think @@(pemit(me,hello)) think @@(abc)

related topics: @@, null().

ents in softcode or, more commonly, writing comment headers for softcode installers (such as /quotable text files). note that @@ 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.

example:

@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().

Clone this wiki locally