Arturo
:
programming language
Documentation
Playground
Home
Library
Reflection
symbol?
Source
symbol?
checks if given value is of type :symbol
Parameters
symbol?
value
:any
Returns
:logical
Examples
copy
symbol? first [+ x] ; => true
Related
Reflection / symbolLiteral?
Reflection / label?
Reflection / complex?
Reflection / block?