Ah, very cool, break is one of the few things I have missed in rc some times.
What do you think of adding return? I have wanted it a few times and
Rob seems to think it makes sense to add it:
http://9fans.net/archive/2003/03/44
Thanks!
uriel
On Tue, May 12, 2009 at 3:52 AM, erik quanstrom wrot
i put a freshed copy of rc with a break
statement up on sources. it also has
history and allows newlines within lists
like so
x=(a
b
c
)
there's also a printenv function. which
does not print the environment, but rather
rc's picture of the environment in the
same format as
Thanks to all for your advices. I am constantly amazed by acme's versatility.
Saludos
--
Hugo
> I have seen the situation you've described in other operating systems
> and it's often been H/W related and not due to the OS itself. In the
> situations I've seen such problems were caused by the way the bios
> assigns irq's. Though seemingly un-necesasry, I have solved similar problem
> by simp
> Hello everyone,
>
> I just realized there are no 'continue' and 'next' commands in rc. Is
> there any way to e.g. quit the loop when one wants?
there are some workarounds, but in the end i added a break
statement to rc. inside rc's machine, i implemented break as
jump to the statement after th
Hello everyone,
I just realized there are no 'continue' and 'next' commands in rc. Is
there any way to e.g. quit the loop when one wants?
Thanks
Ruda