Project

General

Profile

Actions

$! » History » Revision 1

Revision 1/2 | Next »
Per Amundsen, 08/14/2015 02:04 PM


Added in 1.9.0

$!

Can be used to avoid evaluating a identifier, useful in commands such as /timer.

Each evaluation will remove a '!' prefix.

Example

; Evaluate to $me instead of nick.
//echo -ag $eval($!me) vs $eval($me)

; Evaluate to $!me instead of $!me.
//echo -ag $eval($!!me) vs $eval($!me) vs $eval($me)

Updated by Per Amundsen over 8 years ago · 1 revisions

Also available in: PDF HTML TXT