CPS 1 Syntax Rules 1/22/96 #1 -> //a sequence of letters and/or digits that begin with a letter// where // indicates italics read: an object called an 'identifier' can be ... #2 -> #3 -> '//any string of printable chars//' #4 -> writeln() #5 -> readln() #6 -> readln #7 -> begin //a sequence of s each followed by a semicolon// end #8 -> if then else #9 -> if then #10 -> = #11 -> //nothing// #12 -> var //list of// s : ; #13 -> string #14 -> program ; .