We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f766255 commit ab598ffCopy full SHA for ab598ff
README.md
@@ -214,7 +214,7 @@ These dynamic SCI vars can be bound from Clojure using `sci/binding`:
214
215
``` clojure
216
(def x (sci/new-dynamic-var 'x 10))
217
-(sci/binding [x 11] (sci/eval-string "(inc *x*)" {:namespaces {'user {'*x* x}}})) ;;=> 11
+(sci/binding [x 11] (sci/eval-string "(inc *x*)" {:namespaces {'user {'*x* x}}})) ;;=> 12
218
```
219
220
Notice that you cannot set _host_ dynamic variables _from your SCI scripts_ - `binding` will only work
0 commit comments