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

Re: 6502 illegal opcodes questions



Jorge ChB wrote:
> > So the following would be properly "bracketed" by the offside
> > rule:
> >
> > if condition1
> >     or condition2
> > then foo
> >       blah
> >       blah
> > else bar
> >       blah
> > nextstatement
> > ...
>
> Python works it this way too...

As does Occam http://en.wikipedia.org/wiki/Occam_programming_language
which was the first language I came across with this feature.