1! $eterna: @,v 1.2 2018/06/10 08:17:36 mrg Exp $ 2! 3! Copyright (c) 2003-2018 Matthew Green. 4! 5! All rights reserved. See the HELP IRCII COPYRIGHT file for more 6! information. 7! 8Usage: @ <expression> 9 The @ command evaluates the given expression in "variable 10 expression" mode. This is the same mode used inside IF () 11 and WHILE (). Normally it is used for variable assignment 12 as it provides a nicer syntax than ASSIGN does in some 13 contexts. These are the same thing: 14 15 @ foo = [bar] 16 assign foo bar 17 18 as are these: 19 20 @ foo = C 21 assign foo $C 22 23See Also: 24 ASSIGN 25 ALIAS 26 IF 27 SET INPUT_ALIASES 28 ALIAS functions 29