HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/share/ircII/help/@
!	 $eterna: @,v 1.3 2021/03/20 21:34:53 mrg Exp $
!
! Copyright (c) 2003-2018  Matthew Green.
!
! All rights reserved.  See the HELP IRCII COPYRIGHT file for more
! information.
!
Usage: @ <expression>
  The @ command evaluates the given expression in "variable
  expression" mode.  This is the same mode used inside IF ()
  and WHILE ().  Normally it is used for variable assignment
  as it provides a nicer syntax than ASSIGN does in some
  contexts.  These are the same thing:

    @ foo = [bar]
    assign foo bar

  as are these:

    @ foo = C
    assign foo $C

See Also:
  ASSIGN
  ALIAS
  IF
  SET INPUT_ALIASES
  ALIAS functions