pathLabel?

checks if given value is of type :pathLabel


Parameters

pathLabel? value :any

Returns

  • :logical

Examples

copy
pathLabel? first [a\b\c: x] ; => true

Related