Author | Message |
---|---|
layla08
Posts: 70
|
Posted 11:06 Sep 30, 2015 |
How can I write comments to myself in the Definitions Panel? For instance, in Java, I would use // Thanks :) |
HeavyTech
Posts: 6
|
Posted 11:09 Sep 30, 2015 |
you can use " ; " to comment stuff out |
gjackso2
Posts: 24
|
Posted 11:12 Sep 30, 2015 |
I found a reference page: http://learnxinyminutes.com/docs/racket/ There are a few comment styles listed, but it looks like the single line comment is done with a semi-colon: ; |
layla08
Posts: 70
|
Posted 11:19 Sep 30, 2015 |
Perfect - thanks for the responses and additional resources! |