hdiff
packages
feed
funcons-simple
-0.1.0.3: tests/Basic/Basic14.smp
function main() { var x = 0; while (x < 5) { print(x); ++x; } print("done"); }