Integer A = 123; String B = 'Salesforce'; System.debug('Value is =' + A); System.debug('String is =' + B);
Standard input is empty
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)
./prog:3: expected expression