i1 : f = () -> DIV { "hi there" }
o1 = f
o1 : FunctionClosure
|
i2 : LATER {f}
o2 = hi there
o2 : LATER
|
i3 : peek oo
o3 = LATER{f}
|
The object LATER is an intermediate markup type, with ancestor classes Hypertext < BasicList < Thing.