STATUS

WHEN WILL THE CODING CONTEST BE ANNOUNCED

Posts

Pages: 1
It pained me not to put the question mark, I blame Emily.
Fomi hungers for CODE
when this loop ends

10 BEGIN
20 GOTO 10
30 END
Here, just use this. it will alert you when that loop has finished.

:- pred contest_alarm(io.io::di, io.io::uo) is det.
contest_alarm --> contest_alarm.
author=kentona
when this loop ends

10 BEGIN
20 GOTO 10
30 END


Yay it gave an error! The loop is over.
Pages: 1