From a4ed6886ce9b3b8eb65d81aa8f91d320dfab2219 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 2 Jul 2022 19:21:03 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- object.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/object.js b/object.js index 736a5bb..4a55ce2 100755 --- a/object.js +++ b/object.js @@ -422,7 +422,11 @@ BOOTSTRAP(function(){ // STOP(value) yielded / thrown // -> value yielded and iteration stops // -// XXX doc!!! +// +// NOTE: this repeats the same code at lest twice, not sure yet how to avoid +// this... +// +// XXX user doc!!! // XXX should we use this for sources(..) and friends... var stoppable = module.stoppable =