[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GSoft BASIC Ramble



I am so used to "leave" and "exit" that I am not aware that it is not
part of Standard Pascal!

I hate "goto" - sign. I assume I have to relearn what I learned in
Pascal class - use a repeat/while loop with a boolean flag... but this
seem to clunky compared to "leave" and "exit". You really sure there
is no other way...?

On 6月7日, 上午8时48分, Polymorph <polymorp...@hotmail.com> wrote:

> I know a lot of old timers like GOTO statements even in high-level
> languages and I've heard all the merits before, but I still reckon
> they're a poor substitute for a well implemented language construct
> (for example a "leave" or "exit" statement). That's my opinion anyhow.