Compound interest by murky-satyr

M:=(A:=(stdin splitAt:$:)collect:[:x|x asNumber])at:2.
1to:A first do:[:i|M:=M*A last//100+M printNl]

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

download

return to the top page