We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
store? tests if a store exists
Example 1: Make a store and test if it exists
> (make-store "store1") > (store? "store1") > (store? "store2") (#<table #3> #<table #4> #<table #5> #<table #6> #<table #7> #<table #8>) > (store? "store2") #f
Sorry, there was an error rendering this page.