Evaluation
Built-in functions › Programming and data types › Evaluation
4 functions in this category.
| Function | What it does |
|---|---|
assign | Assign a value to a variable by name. |
builtin | Call a built-in function bypassing user overrides. |
iskeyword | Test whether a string is a reserved keyword. |
isvarname | Test whether a string is a valid variable name. |