Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Module = module.NewBuiltin().
Func("print(...args) prints the arguments to standard output", fmtPrint).
Func("printf(format string, ...args) prints the formatted string to standard output", fmtPrintf).
Func("println(...args) prints the arguments with a newline to standard output", fmtPrintln).
Func("sprintf(format string, ...args) (s string) returns the formatted string", fmtSprintf)
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.