object
formatï
Formatted output predicates.
Availability:
logtalk_load(format(loader))Author: Paulo Moura
Version: 1:2:0
Date: 2023-10-02
Compilation flags:
static, context_switching_callsDependencies:
(none)
Remarks:
(none)
Inherited public predicates:
(none)
Public predicatesï
format/3ï
Writes a list of arguments after a format specification to the specified output stream.
Compilation flags:
staticTemplate:
format(Stream,Format,Arguments)Mode and number of proofs:
format(@stream_or_alias,+atom,@list) - zero_or_oneformat(@stream_or_alias,+list(character_code),@list) - zero_or_oneformat(@stream_or_alias,+list(character),@list) - zero_or_oneformat/2ï
Writes a list of arguments after a format specification to the current output stream.
Compilation flags:
staticTemplate:
format(Format,Arguments)Mode and number of proofs:
format(+atom,@list) - zero_or_oneformat(+list(character_code),@list) - zero_or_oneformat(+list(character),@list) - zero_or_oneProtected predicatesï
(none)
Private predicatesï
(none)
Operatorsï
(none)