[ create a new paste ] login | about

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

fisherro - Scheme, pasted on Aug 17:
1
2
3
4
5
6
7
8
9
; As of 17 August 2013,
; codepad.org says that it uses MzScheme v372,
; and SRFI-71 works.
(require (lib "71.ss" "srfi"))

(let ((x y (values 1 2)))
 (display x)
 (newline)
 (display y))


Output:
1
2
1
2


Create a new paste based on this one


Comments: