fork download
  1. | r |
  2. r := Random new.
  3. r nextInteger: 6 printNl.
Success #stdin #stdout 0.01s 8876KB
stdin
Standard input is empty
stdout
6
Object: Random new "<0x7f4a7d880380>" error: did not understand #nextInteger:
MessageNotUnderstood(Exception)>>signal (ExcHandling.st:254)
Random(Object)>>doesNotUnderstand: #nextInteger: (SysExcept.st:1448)
UndefinedObject>>executeStatements (prog:3)