diff --git a/eg/proto-game.60p b/eg/proto-game.60p index a7b2168..0a8409b 100644 --- a/eg/proto-game.60p +++ b/eg/proto-game.60p @@ -163,5 +163,8 @@ routine main copy cinv, save_cinv copy our_cinv, cinv } - // repeat forever {} + // FIXME: find out why `repeat { } forever` does not analyze OK + repeat { + ld a, 0 + } until not z }