UNB
/
CS
/
David Bremner
/
teaching
/
cs4613
/
lectures
/
lecture09
/ apply2.rkt
RecentChanges
#
lang plait
(
define
f
(
lambda
(
x
)
x
))
(
define
v
(
f
"hello world"
))