PostScript
4-13
buildtime
— buildtime integer
returns the BuildTime system parameter, which is a timestamp that identifies
the specific build of the PostScript emulation interpreter.
Error: stackoverflow
byteorder
byteorder boolean
returns a boolean on the stack with the same value as the system parameter
ByteOrder. Indicates the printer microprocessor native byte order. The boolean
values indicate:
true low-order byte first
false high-order byte first
Error: stackoverflow
check
integer check or
(string) check
checks the s for both the SystemParams system parameter and the StartJob
system parameter stored in the printer.
If the
integer form is used, the integer is converted into a string before the
check occurs. A
boolean is returned on the stack to indicate if the specified
matches either . The boolean value can be:
true correct
false incorrect
After the
boolean is returned, the printer waits 1 second before it continues
processing.
Errors: stackunderflow, typecheck
Note: The is defined as a 4-byte number.