-
Notifications
You must be signed in to change notification settings - Fork 6
The fmt library
tim-hardcastle edited this page Sep 27, 2023
·
1 revision
As these functions are in effect wrappers around their Golang counterparts, I hope it will suffice for now just to give the signatures of the functions in the library without detailed descriptions of what they do.
errorf(format string, a tuple)
sprint(a tuple)
sprintf(format string, a tuple)
sprintln(a tuple)
🧿 Pipefish is distributed under the MIT license. Please steal my code and ideas.