Preset constants
Constants defined by Rice
Note that the names of preset constans are all uppercase.
MAIN
Returns the instance of the main class.
DQ
Returns a double quote character as an instance of the string class.
NL
Returns a new line character as an instance of the string class.
TAB
Returns a tab character as an instance of the string class.
CR
Returns a carriage return character as an instance of the string class.
LF
Returns a line feed character as an instance of the string class.
IMAX
Returns the maximum value of int as an instance of the int class.
IMIN
Returns the minimum value of int as an instance of the int class.
LMAX
Returns the maximum value of long as an instance of the long class.
LMIN
Returns the minimum value of long as an instance of the long class.
RMAX
Returns the maximum value of real as an instance of the real class.
RMIN
Returns the minimum value of real as an instance of the real class.
EPSILON
Returns the machine epsilon as an instance of the real class.
NAN
Returns the not a number as an instance of the real class.
NINF
Returns the negative infinity as an instance of the real class.
PINF
Returns the positive infinity as an instance of the real class.