status = floor ( arg1 ) ;
list arg1
list status 1 The STATUS variable is set to $ACKNOWLEDGE
list status
The STATUS variable is set to $ACKNOWLEDGE
%ARGUMENT : Invalid arguments. Usage: status = floor ( arg1 ) ;
None
To execute the example below, press or modify the example to try different variations. puts floor ( 1.9999999 ) ;