Go to the first, previous, next, last section, table of contents.
Version: 0.4#5 (1998/2/24)
- Library usage:
:- use_module(library(ttyout)).
- Exports:
- Predicates:
ttyget/1
,
ttyget1/1
,
ttynl/0
,
ttyput/1
,
ttyskip/1
,
ttytab/1
,
ttyflush/0
,
ttydisplay/1
,
ttydisplayq/1
,
ttyskipeol/0
,
ttydisplay_string/1
.
- PREDICATE: ttyget/1:
-
Usage: ttyget(X)
- The following properties hold upon exit:
X
is a non-negative integer.
(basic_props:nnegint/1
)
- The following properties hold globally:
This predicate is understood natively by CiaoPP.
(
basic_props:native/1
)
- PREDICATE: ttyget1/1:
-
No further documentation available for this predicate.
- PREDICATE: ttynl/0:
-
- The following properties hold globally:
This predicate is understood natively by CiaoPP.
(
basic_props:native/1
)
- PREDICATE: ttyput/1:
-
Usage: ttyput(X)
- The following properties should hold at call time:
X
is a non-negative integer.
(basic_props:nnegint/1
)
- The following properties hold globally:
This predicate is understood natively by CiaoPP.
(
basic_props:native/1
)
- PREDICATE: ttyskip/1:
-
No further documentation available for this predicate.
- PREDICATE: ttytab/1:
-
No further documentation available for this predicate.
- PREDICATE: ttyflush/0:
-
- The following properties hold globally:
This predicate is understood natively by CiaoPP.
(
basic_props:native/1
)
- PREDICATE: ttydisplay/1:
-
No further documentation available for this predicate.
- PREDICATE: ttydisplayq/1:
-
No further documentation available for this predicate.
- PREDICATE: ttyskipeol/0:
-
No further documentation available for this predicate.
- PREDICATE: ttydisplay_string/1:
-
No further documentation available for this predicate.
Go to the first, previous, next, last section, table of contents.