- :logical
quantity?
checks if given value is of type :quantity
Parameters
quantity? value :any
Attributes
big | check if, internally, it's a bignum |
Returns
Examples
copyprint quantity? 1:m ; true print quantity? 2:yd2 ; true print quantity? 3 ; false
quantity? value :any
big | check if, internally, it's a bignum |
copyprint quantity? 1:m ; true print quantity? 2:yd2 ; true print quantity? 3 ; false