Project

General

Profile

$evalnext » History » Version 1

Per Amundsen, 08/12/2015 08:44 AM

1 1 Per Amundsen
_Added in 1.9.3_
2
3
*$evalnext(text)*
4
5
Evaluates the contents of text 2 times. 
6
7
_Same as [[$eval]](text,2) [[$]](text,2)_
8
9
*Parameters*
10
11
text - The text to evaluate.
12
13
*Example*
14
15
<pre>
16
; Evaluate 2 times.
17
//echo -ag $evalnext($ $+ me)
18
</pre>