[go: up one dir, main page]

Menu

[r69]: / XLOOP.MPL  Maximize  Restore  History

Download this file

9 lines (7 with data), 92 Bytes

;LIBSTD

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