Hi David,
I had my initialization ready for my oled display
It consist of a bunch of commands to make it work
Then I decided to put a comment after every command , just for clarity.
Then I noticed that the compiler didn’t compile the init correctly , I had to add two closing parentheses
to exit the compiler after the upload.
I remember something about comments a long time ago , but can not find it anymore.
What are the do’s and don’ts about adding comments ?
I used something like this :
(defvar *init* '(#xae ;display off
#xaf ;display on
))
Of course the list is much longer.
Kind regards ,
Ronny