vydd/sketch

defsketch bugs/surprises

Closed this issue · 1 comments

The following sketch creates a window named "there", but doesn't succeed to rename it inside the drawing function.

(defsketch foo ((title "there"))
  (setf title "Hey there"))
vydd commented

Fixed in #87