Stores executable LaiRu code as a value.
Reads or writes the capture auto-collect buffer.
Returns the called method name for a capture.
Returns the column at the capture call site.
Returns the source file at the capture call site.
Returns the line at the capture call site.
Returns capture call stack information.
Returns continuation information for a capture.
Detaches a capture from its current execution path.
Returns the capture passed as a given block.
Returns the home context for a capture.
Invokes a capture with arguments.
Invokes a capture while collecting output.
Restarts a capture.
Captures are executable blocks passed to methods, stored in values, and invoked later.
Returns the currently executing capture.
define creates named methods with parameters, constraints, defaults, blocks, and return values.