path?

checks if given value is of type :path


Parameters

path? value :any

Returns

  • :logical

Examples

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

Related