back to syntax homepage

digit:

digit = "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9"

Places in the syntax where you might come from: ASCIICharacter ScaleFactor hexDigit ident integer real string