fmt

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 11, 2026 License: MIT Imports: 4 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL