Skip to content
Chris Petersen edited this page Oct 16, 2014 · 1 revision

store? tests if a store exists

Parameter Description
name The store name

Example

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
Clone this wiki locally