Hi,
I am trying to make a loop which would group an incoming list into sublists based on a test of ascending order of numbers.
Eg.
incomnig list: (1 2 3 2 5 7 1 3 5)
result: ((1 2 3)(2 5 7)(1 3 5))
Please, can anybody help me here?
PS. I know it is easier to make it in LISP-code, but, if possible, I would like to see an example of how it is programable in OM GUI in order to be able to apply it also for other test-functions.
All the best!
Ališer