docs
This commit is contained in:
parent
bb0f93805c
commit
b0c0aeda76
1 changed files with 2 additions and 2 deletions
|
|
@ -184,6 +184,8 @@ The following Java classes are available:
|
|||
- `System`
|
||||
- `Thread`
|
||||
|
||||
More classes can be added by request.
|
||||
|
||||
Babashka supports `import` : `(import clojure.lang.ExceptionInfo)`.
|
||||
|
||||
Babashka supports a subset of the `ns` form where you may use `:require` and `:import`:
|
||||
|
|
@ -197,8 +199,6 @@ Babashka supports a subset of the `ns` form where you may use `:require` and `:i
|
|||
For the unsupported parts of the ns form, you may use [reader
|
||||
conditionals](#reader-conditionals) to maintain compatibility with JVM Clojure.
|
||||
|
||||
More classes can be added by request.
|
||||
|
||||
Special vars:
|
||||
|
||||
- `*in*`: contains the input read from stdin. EDN by default, multiple lines of
|
||||
|
|
|
|||
Loading…
Reference in a new issue