Angelo2449 Guest Nov 28, 2019 #1 Hello everyone, How can I reset all the variables in a program by placing them with value > nil <? Thank you.
Hello everyone, How can I reset all the variables in a program by placing them with value > nil <? Thank you.
x11start Guest Nov 29, 2019 #2 https://stackoverflow.com/questions/28619197/listing-currently-bound-global-variables-in-lispI found a discussion about a way to get the list of all variables. Then you could add code to scroll and put them to nil.
https://stackoverflow.com/questions/28619197/listing-currently-bound-global-variables-in-lispI found a discussion about a way to get the list of all variables. Then you could add code to scroll and put them to nil.
Angelo2449 Guest Nov 29, 2019 #3 thanks for the answer, Now that I know what orphan variables are, how can I put them to nil quickly without having to run a hundred setqs! Thank you.
thanks for the answer, Now that I know what orphan variables are, how can I put them to nil quickly without having to run a hundred setqs! Thank you.