Hi all, I am new to DrRacket. I am using swindle language and want to know a way so that I can clear my evaluation window(interaction window) after I do some direct runs there.
For example if i run following > (define a 3) > (define b 2) Now i want something like > clear which could clear the window but still keep a and b in environment (memory). Is it possible somehow? After going through a lot of posts all I was able to figure out was to hit "Run" and use "Esc:p" to again load the needed commands which seems to me a very bad way. Thanks! -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

