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.
2 parents 5ed1f5b + 58b3097 commit 089eb5dCopy full SHA for 089eb5d
1 file changed
developer/language/reference/store.md
@@ -20,6 +20,12 @@ store(storeName) value
20
`value`
21
: An extended string value.
22
23
+ If used to declare a [variable store](../guide/variable-stores), this
24
+ will be the initial default value. Any persisted value stored
25
+ previously with [`save()`](save) will take precedence over `value`.
26
+ Note that variable stores should not be used with [`any()`](any),
27
+ [`index()`](index), or [`outs()`](outs).
28
+
29
## Description
30
31
The `store()` statement lets you store a string of characters or keys in
0 commit comments