ReferenceData utilitiestosymbolOn this pagetosymbol tosymbol( @x ## anything (required)) -> symbol Casts input value as a symbol. Arguments @x [anything]: Value to cast (required) Output Symbol [symbol] Usage $nums = 1 2 3;$digits = tosymbol($nums); ## '1 2 3'print(is($digits)) ## symbol