\ example using ROT on Forth to calculate anything you want to, no regrets
\ failure is your best teacher
\ c = 3 b = 6 a = 9
3 6 9 ROT - * .
\ the output will appear, don't worry about it