Functionally Equivalent Language Translation →
(as int var-name) ; convert var-name to an integer (as string expression) ; convert expression to a String (defvar x 3.14) (as int x) (as string x)
See also CAST
This performs type coercion for your chosen output language. This instruction is a short-form / synonym for the CAST instruction. Please refer to that instruction for full details.