inline?

checks if given value is of type :inline


Parameters

inline? value :any

Returns

  • :logical

Examples

copy
inline? first [(something) x] ; => true

Related