Compound interest by pooq

REBOL[]x: parse input":"a: do x/2 loop do x/1[print a a: a + to-integer a *(b: do x/3)/ 100]

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page