You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
312 B

100000
-100000
"Hello"
true
[
"Hello",
true,
100000
]
{
"string" : "Hello",
"boolean" : true,
"integer" : 100000
}
{
"integer" : 100000,
"array" : [
1,
2
]
}
[
"zero",
["succ" , ["pred" , "zero"]]
]
(
<"zero">,
<"succ" : <"pred" : <"eval" : (
"f",
"\"3\t4\n\""
)>>>
)