There are two unrelated format-out functions.
There are two unrelated format-out functions. | |
Formats arguments to *standard-output*. | |
Formats arguments to STDOUT. |
Formats arguments to *standard-output*. This function uses format exported from Module format.
sealed
| control-string | An instance of <string>. |
| #rest args | Instances of <object>. The objects to substitute for the format specifiers of control-string. |
Formats arguments to STDOUT. This function uses format-to-string exported from Module common-extensions.
| control-string | An instance of <string>. |
| #rest args | Instances of <object>. The objects to substitute for the format specifiers of control-string. |