Code & Deploy
Code
Models
Repos
Sign in
@leroysheep
/
LeeRoySheep
LeeRoySheep
/
t
/
t4018
/
scheme-def-variant
Code
Commits
Pulls
CI/CD
81,295
bisect
bisect
jch
maint
master
next
seen
test
todo
text
4 lines
124 Bytes
Copy permalink
Copy
Raw
1
(defmethod {print point} RIGHT
2
(lambda (self)
3
(with ((point x y) self)
4
(printf "{ChangeMe x:~a y:~a}~n" x y))))