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 almost 2 years ago · 2 revisions