[ create a new paste ] login | about

Link: http://codepad.org/WRC8XSSg    [ raw code | output | fork ]

Scheme, pasted on May 20:
1
2
(define (P) (random 1000))
(print (= (P) (P)))


Output:
1
#f


Create a new paste based on this one


Comments: