http://wiki.neurohack.com/transcendence/trac/ticket/532
http://wiki.neurohack.com/transcendence/trac/ticket/540
Of the two, I prefer the second method:
Code: Select all
(setq
a "some value"
b "another value"
c 123
)
Code: Select all
(setq
a "some value"
b "another value"
c 123
)
Code: Select all
xpos,ypos = get_position(object)