Control Functions.func

Wraps code into a callable structure.

Arguments

body
is the code to wrap.

Return values

callable
structure.

Example

"sl/control" useFile a: [1 +] func; 2 a print
Output:
3