fork download
  1. String data = '';
  2. for (Integer i = 5; i >= 1; i--) {
  3. for (Integer j = i; j <= 5; j++) {
  4. data += j;
  5. }
  6.  
Success #stdin #stdout #stderr 0.01s 8892KB
stdin
Standard input is empty
stdout
Object: String error: did not understand #data
MessageNotUnderstood(Exception)>>signal (ExcHandling.st:254)
String class(Object)>>doesNotUnderstand: #data (SysExcept.st:1448)
UndefinedObject>>executeStatements (prog:1)
stderr
./prog:2: parse error, expected ')'