gets a characters ASCII value from the current input stream
INCLUDE 'iolib.h' get(Value)
get(Value) (o)
integer(Value) (o) ASCII value of the character read
Matches Value with the ASCII value of the first character read from the input stream.
write("Press any key to continue: "), get(_), nl.
No runtime errors.
prolog-process, client-server, object