2010-01-30

label-based syntax

1.22: adda/cstr/label-based syntax:
. use label syntax whenever possible:
if b: s else: s;
loop: s until b;
while b: s;
for x and b .

No comments:

Post a Comment