Hi Hallvard, Thanks for your message.
Instead of
collapse: func [a b /local c] [ ... ]
something like this:
collapse: func [a b /local c] print-msg-then-useless-stuff-20-times
or
collapse: func [a b /local c] [
print "this method does nothing."
loop 20 print-nothing
comment {
This could have been longer,
but this should do.
}
]
Brett.
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.
