Used to create variables with spaces in the names.
|
Command |
Description |
|---|---|
|
%variable with space% |
To create a variable name that contains spaces, such as "variable with space", put a percentage sign before and after the variable name. |
Examples
%variable with space%=2;
?%variable with space%*3;
result:
6
%x span% = get("x span");
?%x span% * 1e6; # x span in um
result:
4.8
See Also