Sign in
googlers
/
jrn
/
git
/
6c69d3a91f20db5369cc10260f3d24cb9b193cc6
/
.
/
t
/
t4034
/
scheme
/
post
blob: 63b6ac4f8754d81671d65482129a2909acfee8d2 [
file
] [
log
] [
blame
]
(
define
(
my
-
func first second
)
;
This
is
a
(
moderately
)
cool
function
.
(
that\place
(+
3
4
))
(
define
|
a greeting
|
"hello"
)
(
let
((
c
(
add1 first
)))
(
format
"one more than the total is %d"
(+
c second
))))