Sign in
googlers
/
jrn
/
git
/
646ca8955861b9e3d4b1d130b15fd59673c3c76b
/
.
/
t
/
t4034
/
scheme
/
pre
blob: 74b66053574b673dd2f24051b953204ad6902c47 [
file
] [
log
] [
blame
]
(
define
(
myfunc a b
)
;
This
is
a really cool
function
.
(
this
\place
(+
3
4
))
(
define some
-
text
"hello"
)
(
let
((
c
(+
a b
)))
(
format
"one more than the total is %d"
(
add1 c
))))