PasteRack.org
Paste #
95017
2019-05-16 07:39:06
Fork
as a new paste.
Paste viewed 255 times.
Tweet
Embed:
<link type="text/css" rel="stylesheet" href="http://pasterack.org/scribble.css"/><link type="text/css" rel="stylesheet" href="http://pasterack.org/racket.css"/><link type="text/css" rel="stylesheet" href="http://fonts.googleapis.com/css?family=Droid+Sans+Mono"/><div><pre>#lang racket (let foo [(x 1)] (if (= x 5) x (foo (add1 x))))</pre></div>
#lang racket (let foo [(x 1)] (if (= x 5) x (foo (add1 x))))