[ Help | Earliest Comments | Latest Comments ][ List All Subjects of Discussion | Create New Subject of Discussion ][ List Earliest Comments Only For Pages | Games | Rated Pages | Rated Games | Subjects of Discussion ]Single Comment A Wizard for GAME-Code Generation. A tutorial on using the Play-Test Applet for automating Game Courier presets.[All Comments] [Add Comment or Rating] 🕸Fergus Duniho wrote on Thu, Dec 31, 2020 01:31 AM UTC in reply to H. G. Muller from Wed Dec 30 07:54 PM: Just to be sure: I can use the word 'resign' as a string literal expression > operand without it being confused for a command? Like if == resign thismove: resign endif; Yes, but you should include a semicolon after the second line. Without it, this code would result in an error.
Yes, but you should include a semicolon after the second line. Without it, this code would result in an error.