-
Notifications
You must be signed in to change notification settings - Fork 0
@@()
function: @@(<text>)
the <text> is not evaluated and returns nothing.
example: > think @@(pemit(me,hello)) > think @@(abc)
related topics: @@, null().
code 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().