Name:
Anonymous
2014-07-18 20:51
http://readable.sourceforge.netWhy don't you use indentation instead of parenthesis yet?
Name:
Anonymous
2014-07-19 1:26
They should just replace '(' with 'begin' and ')' with 'end'.
begin define begin factorial n end
begin if begin <= n 1 end
1
begin * n begin factorial begin - n 1 end end end end end