Project

General

Profile

Actions

Added in 1.9.0

$(text,[N])

Evaluates the contents of text N times.

Same as $eval

Parameters

Parameter Description
text The text to evaluate.
[N] If N is not specified, the default is N = 1. If N is zero, text is not evaluated.. (optional)

Example

; Evaluate 0 times.
//echo -ag $($ $+ me, 0)

; Evaluate 1 time.
//echo -ag $($ $+ me)

; Evaluate 2 times.
//echo -ag $($ $+ me, 2)

Updated by Per Amundsen about 1 year ago · 2 revisions

Also available in: PDF HTML TXT