--
Flapjax home page: www.flapjax-lang.org
Flapjax list: groups.google.com/group/flapjax
Post: fla...@googlegroups.com
Unsubscribe: flapjax-u...@googlegroups.com
This creates an event stream that will fire its first event /after/ this
function has returned. oneE queues an event; it does not fire it
immediately.
> computed = true;
> return value;
This returns variable "value" with value "false" before the event fires.
> }
> }
Hope this helps,
John