| Format | format(+$STREAM, +$FORMAT) | ||||||
|---|---|---|---|---|---|---|---|
| Arguments |
| ||||||
| See also | format/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 | format(+$STREAM, +$FORMAT, +$ARGs) | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Arguments |
| |||||||||
| See also | format/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'. | ||||||||||
| Format | formattostr(+$FORMAT, -$STRING) | ||||||
|---|---|---|---|---|---|---|---|
| Arguments |
| ||||||
| See also | format/3 formattostr/3 | ||||||
| same as 'format/2', but output to a string. | |||||||
| Format | formattostr(+$FORMAT, +$ARGs, -$STRING) | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Arguments |
| |||||||||
| See also | format/3 formattostr/2 | |||||||||
| same as 'format/3', but output to a string. | ||||||||||