Arturo
:
programming language
Documentation
Playground
Home
Library
Reflection
symbolLiteral?
Source
symbolLiteral?
checks if given value is of type :symbolLiteral
Parameters
symbolLiteral?
value
:any
Returns
:logical
Examples
copy
symbolLiteral? '++ ; => true
Related
Reflection / literal?
Reflection / symbol?
Reflection / logical?
Reflection / pathLabel?