quantity?

checks if given value is of type :quantity


Parameters

quantity? value :any

Returns

  • :logical

Examples

copy
print quantity? 1:m ; true print quantity? 2:yd2 ; true print quantity? 3 ; false

Related