Actions
Added in 1.9.3
$evalnext(text)
Evaluates the contents of text 2 times.
Same as $eval(text,2) $(text,2)
Parameters
Parameter | Description |
text | The text to evaluate. |
Example
; Evaluate 2 times. //echo -ag $evalnext($ $+ me)
Updated by Per Amundsen over 1 year ago · 2 revisions