[go: up one dir, main page]

Menu

[r99]: / XLOOP.MPL  Maximize  Restore  History

Download this file

9 lines (7 with data), 94 Bytes

##LIBSTD

MAIN(;I) [
  I=5; @ [
    PUTS("EXAMPLE OF A DO/WHILE LOOP");
    --I
  ]
]