fork download
  1. Transcript
  2. show: '3 factorial = ';
  3. show: (3 factorial) printString;
  4. cr.
Success #stdin #stdout 0.01s 7788KB
stdin
Standard input is empty
stdout
3 factorial = 6