fork download
  1. List<Contact> contactli;
  2.  
  3. Contact conl new Contact();
  4.  
  5. conl.LastName 'Contactlast';
  6.  
  7. con1.FirstName 'ContactFirst';
  8.  
  9. ContactLi.add(con1);
  10.  
  11. Insert Contactli;
Success #stdin #stdout #stderr 0.01s 9976KB
stdin
Standard input is empty
stdout
Object: nil error: did not understand #<
MessageNotUnderstood(Exception)>>signal (ExcHandling.st:254)
UndefinedObject(Object)>>doesNotUnderstand: #< (SysExcept.st:1448)
UndefinedObject>>executeStatements (prog:1)
Object: nil error: did not understand #new
MessageNotUnderstood(Exception)>>signal (ExcHandling.st:254)
UndefinedObject(Object)>>doesNotUnderstand: #new (SysExcept.st:1448)
UndefinedObject>>executeStatements (prog:3)
stderr
./prog:3: expected expression