$evalnext » History » Version 2
Per Amundsen, 02/16/2023 09:36 PM
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 | 2 | Per Amundsen | table(ktable). |
12 | |*Parameter*|*Description*| |
||
13 | | text | The text to evaluate. | |
||
14 | 1 | Per Amundsen | |
15 | *Example* |
||
16 | |||
17 | <pre> |
||
18 | ; Evaluate 2 times. |
||
19 | //echo -ag $evalnext($ $+ me) |
||
20 | </pre> |