fork download
  1. Integer a = 4500;
  2. Integer f = 4500;
  3.  
  4. Boolean d = a == f;
Success #stdin #stdout #stderr 0.01s 10064KB
stdin
Standard input is empty
stdout
Object: Integer error: did not understand #a
MessageNotUnderstood(Exception)>>signal (ExcHandling.st:254)
Integer class(Object)>>doesNotUnderstand: #a (SysExcept.st:1448)
UndefinedObject>>executeStatements (prog:1)
Object: nil error: did not understand #Boolean
MessageNotUnderstood(Exception)>>signal (ExcHandling.st:254)
UndefinedObject(Object)>>doesNotUnderstand: #Boolean (SysExcept.st:1448)
UndefinedObject>>executeStatements (prog:4)
stderr
./prog:4: parse error, expected identifier or binary operator or keyword