fork download
  1. Integer A = 123;
  2. String B = 'Salesforce';
  3. System.debug('Value is =' + A);
  4. System.debug('String is =' + B);
Success #stdin #stdout #stderr 0.02s 10024KB
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 #System
MessageNotUnderstood(Exception)>>signal (ExcHandling.st:254)
UndefinedObject(Object)>>doesNotUnderstand: #System (SysExcept.st:1448)
UndefinedObject>>executeStatements (prog:3)
stderr
./prog:3: expected expression