bart at wotf.org wrote:
> Taking a closer look, dgd does have a goto statement..
>
> so...
>
> blah:
>   write("Bart was here");
>   goto blah;
>
> is valid lpc  
>
> Eep!
I added it a few years back, to support LPC in its new role as "assembly
language" which other languages are compiled to.
Regards,
Felix Croes