E
Edward
Guest
I'm writing a few utilities to make my workflow go smoother, and I've
just started to think about refactoring a few functions that use
"foreach." Specifically, I'm looking for something like a "do-
until," a foreach that stops iterating a list once it finds the
element it's looking for. Because SKILL is a dialect of Lisp, I
could write a recursive list-searching function, but first I would
like to hear from anyone who is more familiar with SKILL's standard
command set. Maybe there is a command I missed that already does what
I want.
Thanks,
Edward
just started to think about refactoring a few functions that use
"foreach." Specifically, I'm looking for something like a "do-
until," a foreach that stops iterating a list once it finds the
element it's looking for. Because SKILL is a dialect of Lisp, I
could write a recursive list-searching function, but first I would
like to hear from anyone who is more familiar with SKILL's standard
command set. Maybe there is a command I missed that already does what
I want.
Thanks,
Edward