program helloworld(); begin begin iAmABadVariable:=2-2; Evaluation --> iAmABadVariable := 0 while (iAmABadVariable) do Warning: Unreachable statement detected. Evaluation --> while (false) do {This while clause will be evaluated as false and will throw a warning} begin {This is a bad comment and will generate a warning because a second { Warning: You shoudn't place additional "{" markers inside a comment area. just now is being placed inside the comment area} end; end; end. Parsing of program section complete! Analysis complete, no syntax error!