User: Mc91

  • Created: 3227 days ago
  • Karma: 549
  • (defun mc91 (n) (cond ((<= n 100) (mc91 (mc91 (+ n 11)))) (t (- n 10))))