| 書式 | format(+$STREAM, +$FORMAT) | ||||||
|---|---|---|---|---|---|---|---|
| 引数 |
| ||||||
| 関連項目 | 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(+$STREAM, +$FORMAT, +$ARGs) | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| 引数 |
| |||||||||
| 関連項目 | 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'. | ||||||||||
| 書式 | formattostr(+$FORMAT, -$STRING) | ||||||
|---|---|---|---|---|---|---|---|
| 引数 |
| ||||||
| 関連項目 | format/3 formattostr/3 | ||||||
| same as 'format/2', but output to a string. | |||||||
| 書式 | formattostr(+$FORMAT, +$ARGs, -$STRING) | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| 引数 |
| |||||||||
| 関連項目 | format/3 formattostr/2 | |||||||||
| same as 'format/3', but output to a string. | ||||||||||