[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GSoft BASIC Ramble
I seems to think so too. Can our Orca master verify that this is true?
On 6月8日, 下午6时20分, Polymorph <polymorp...@hotmail.com> wrote:
> Well, I searched through the Orca/Pascal manual and could see no
> equivalents - there is definitely no "leave" and "exit" statements in
> Orca/Pascal. I'm pretty sure the manual suggests the usage of GOTO
> statements to conditionally leave a loop.
>
> When converting my Complete Pascal source code into Orca/Pascal, I had
> to search for all instances of these and replace them with a GOTO and
> a label (which I do not like). But even with these annoyances, I still
> got used to doing it that way (even if I don't like it).
>
> Mike W's response above seems to verify that Orca/Pascal has no
> "leave" and "exit" statements.