Coding Challenge #3 - Write a Haiku~! (56)

17 Name: #!usr/bin/anon 2005-04-11 01:16 ID:Jm53KmCL

(defun fact (foo)
(if (<= 1 foo) 1

(* foo (fact (1- foo)))

"Defun fact 'takes' foo. If less-equal one foo, one. Times foo fact dec foo."

Name: Link:
Leave these fields empty (spam trap):
More options...
Verification: