codepad
[
create a new paste
]
login
|
about
Link:
http://codepad.org/RIJQEtJK
[
raw code
|
output
|
fork
]
Scheme
,
pasted on Mar 16:
1
2
(
define
x
"hello world"
)
(
display
x
)
Output:
1
hello world
Create a new paste based on this one
Comments: