fork download
  1. \ example using ROT on Forth to calculate anything you want to, no regrets
  2. \ failure is your best teacher
  3. \ c = 3 b = 6 a = 9
  4. 3 6 9 ROT - * .
  5. \ the output will appear, don't worry about it
Success #stdin #stdout 0.01s 5320KB
stdin
Standard input is empty
stdout
36