does (use) not work inside SCI? i have the following code:
(use 'flower.select)
(select "" "h1") ; breaks: "could not resolve symbol: select"
(flower.select/select #_(...)) ; works finethe weird thing is i could have sworn this was working a few minutes ago...
agh this is my fault again, i forgot to wrap the code i was evaluating in do