BEGIN GAMELOOP
Define the starting point of a game loop. A game loop is nothing more
than an implicit loop, within which all the logic of the program (or
of the game) runs. The end point of a game loop can correspond to
the end of the program or to the END GAMELOOP
statement.
BEGIN GAMELOOP