[go: up one dir, main page]

Menu

[r19]: / XLOOP.MPL  Maximize  Restore  History

Download this file

10 lines (8 with data), 89 Bytes

+mlib

.(i) [
  i=5;
  @[
    puts("Example of a do/while loop");
    --i
  ]
]