return page history
α-wwwiki
::
history/ttt/20130713-203332.txt
editor : alpha [83.158.144.231] 2013/07/13 20:33:32 {pre {define fac (n) function _fac (x) { return (x< 1)? 1 : x*_fac(x-1 } return _fac(n) } {fac 13} }