Spin

From OpenEUO
Revision as of 19:56, 24 November 2010 by Ximan (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Calling Pattern

Call

local r = sl.spin(expr[, arg[, ...]])

Args

expr is a function returning any type
arg0..argN (optional) are of any type (typically functions)

Results

r     is a spin closure

Closure Methods

Description

See hold or till for a description of the operation of this object.

See Also