Integer count = 1; do { System.debug(count); count++; } while (count < 11);
Standard input is empty
Object: Integer error: did not understand #count MessageNotUnderstood(Exception)>>signal (ExcHandling.st:254) Integer class(Object)>>doesNotUnderstand: #count (SysExcept.st:1448) UndefinedObject>>executeStatements (prog:1)
./prog:4: parse error, expected '}'