Update README.md
This commit is contained in:
parent
9acfa5870a
commit
8d60e22f8b
1 changed files with 1 additions and 1 deletions
|
|
@ -304,7 +304,7 @@ $ bb script.clj -h
|
||||||
Babashka supports reader conditionals using the `:bb` feature:
|
Babashka supports reader conditionals using the `:bb` feature:
|
||||||
|
|
||||||
``` clojure
|
``` clojure
|
||||||
cat example.clj
|
$ cat example.clj
|
||||||
#?(:clj (in-ns 'foo) :bb (println "babashka doesn't support in-ns yet!"))
|
#?(:clj (in-ns 'foo) :bb (println "babashka doesn't support in-ns yet!"))
|
||||||
|
|
||||||
$ ./bb example.clj
|
$ ./bb example.clj
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue