Module lillib:io

Input and output routines

Version

April 07, 1999

Since

July 08, 1998

Author


Contents

Predicate


Top of this page Contents Index of this package LiLFeS Documents LiLFeS Home Page Tsujii laboratory

Predicate

format/2

Formatformat(+$STREAM, +$FORMAT)
Arguments
+$STREAMinteger or handle_stream
+$FORMATstring
See alsoformat/3
This is the same as in Prolog, but partially implemented currently. The current control sequences are `~d', `~f', `~s' and `~~', and the current control codes are `\n' and `\t'.

format/3

Formatformat(+$STREAM, +$FORMAT, +$ARGs)
Arguments
+$STREAMinteger or handle_stream
+$FORMATstring
+$ARGslist
See alsoformat/2
This is the same as in Prolog, but partially implemented currently. The current control sequences are `~d', `~f', `~s' and `~~', and the current control codes are `\n' and `\t'.

formattostr/2

Formatformattostr(+$FORMAT, -$STRING)
Arguments
+$FORMATstring
-$STRINGstring
See alsoformat/3 formattostr/3
same as 'format/2', but output to a string.

formattostr/3

Formatformattostr(+$FORMAT, +$ARGs, -$STRING)
Arguments
+$FORMATstring
+$ARGslist
-$STRINGstring
See alsoformat/3 formattostr/2
same as 'format/3', but output to a string.

Top of this page Contents Index of this package LiLFeS Documents LiLFeS Home Page Tsujii laboratory

Send comments to:
MITSUISHI Yutaka (mitsuisi@is.s.u-tokyo.ac.jp)
KANAYAMA Hiroshi (kanayama@is.s.u-tokyo.ac.jp)
MIYAO Yusuke (yusuke@is.s.u-tokyo.ac.jp)

This document is automatically created by lildoc on Fri Sep 24 14:13:58 2004