pipy()
Description
Creates a new configuration.
Syntax
pipy()pipy(contextVariables)
Parameters
pipy(contextPrototype?)
contextPrototype?
An object containing key-value pairs of the context variable names and their initial values.
Return Value
A Configuration object for setting up the pipeline layouts.
Functions
exit(exitCode?)
Gracefully shuts down Pipy.
load(filename)
Reads content of a file from the current codebase.
restart()
Reloads the current codebase.
solve(filename)
Evaluates expression from a file in the current codebase.