Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func VImport ¶
VImport implements the import dyad.
import "name" : evaluate file "name.goal" with prefix "name"
pfx import "name" : evaluate file "name.goal" with custom prefix pfx
It returns 0 and does nothing if a file has already been evaluated.
func VPrint ¶
VPrint implements the print dyad.
print x : outputs x to standard output. It returns a true value on success.
w print x : outputs x to w, where w is an io.Writer or a filename (goal.S).
func VSay ¶
VSay implements the say dyad. It is the same as print, but appends a newline to the result.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.