| |||||||||||
| outputs a single character to a stream.
put_char(+Char)
| |||||||||||
| put_char(S, h). | Succeeds. The content of stream S is now abcdefgh. |
These predicates are part of the ISO-Prolog Standard.
get_char/1/2, get_code/1/2, peek_char/1/2, peek_code/1/2, put_code/1/2, nl/0/1, current_output/1, set_output/1.
| document: http://www.ifcomputer.co.jp/MINERVA/Manual/Reference/Predicates/char_io/put_char/print_de.html published 2008/11/17 update 2001/8/28 (c) 1996-2006 IF Computer Japan | ||||||||
|
| Back> |
|