[ List Earliest Comments Only For Pages | Games | Rated Pages | Rated Games | Subjects of Discussion ]
Single Comment
Yes, moves are now treated separately from commands. This separation of parsing allows the hyphen to be used as a minus sign or as a negative sign within expressions. In the programs Game Courier generates, moves from players are now preceded by 'MOVE: '. When moves are entered directly into the code, as opposed to be being entered by a player, each one must individually be preceded by 'MOVE: '. This preset used a bunch of moves in the code to clear pieces off the board. The same action could be done with the empty command.