fork download
  1. Integer x = 1;
  2. while (x < 2) {
  3. System.debug(x);
  4. x++;
  5. }
Success #stdin #stdout #stderr 0.02s 9976KB
stdin
Standard input is empty
stdout
Object: Integer error: did not understand #x
MessageNotUnderstood(Exception)>>signal (ExcHandling.st:254)
Integer class(Object)>>doesNotUnderstand: #x (SysExcept.st:1448)
UndefinedObject>>executeStatements (prog:1)
Object: nil error: did not understand #<
MessageNotUnderstood(Exception)>>signal (ExcHandling.st:254)
UndefinedObject(Object)>>doesNotUnderstand: #< (SysExcept.st:1448)
UndefinedObject>>executeStatements (prog:2)
stderr
./prog:3: parse error, expected '}'