mirror of
https://github.com/janet-lang/janet
synced 2024-12-26 00:10:27 +00:00
typo in REAME.md
This commit is contained in:
parent
b138ee6e8e
commit
0fe11adb9c
@ -85,7 +85,7 @@ A repl is launched when the binary is invoked with no arguments. Pass the -h fla
|
|||||||
to display the usage information. Individual scripts can be run with `./janet myscript.janet`
|
to display the usage information. Individual scripts can be run with `./janet myscript.janet`
|
||||||
|
|
||||||
If you are looking to explore, you can print a list of all available macros, functions, and constants
|
If you are looking to explore, you can print a list of all available macros, functions, and constants
|
||||||
by entering the command `(all-symbols)` into the repl.
|
by entering the command `(all-bindings)` into the repl.
|
||||||
|
|
||||||
```
|
```
|
||||||
$ ./janet
|
$ ./janet
|
||||||
|
Loading…
Reference in New Issue
Block a user