Group: | Operators |
See also: | func library |
Function: | _ | |
Description: | this operator evaluates the following string as function or macro name. |
Usage: | _name | |
Input: | ||
name | text containing the name | |
Output: | ||
depends on the executed function or macro |
fun = "sqrt" _fun(9)
Contents of sqrt [1,] 3
Group: | Operators |
See also: | func library |