Sign in
googlers
/
jrn
/
git
/
337b4d400023d22207bcc3c29e9ebab31bf96fc2
/
.
/
t
/
t4018
/
scheme-def-variant
blob: d857a61d64f7e352a2400e970af9721a7f5630b5 [
file
] [
log
] [
blame
]
(
defmethod
{
print
point
}
RIGHT
(
lambda
(
self
)
(
with
((
point x y
)
self
)
(
printf
"{ChangeMe x:~a y:~a}~n"
x y
))))