Skip to content

Commit 5743be7

Browse files
committed
REPL/README, ['Documentation']{'Added'}('Drian')
1 parent f341f30 commit 5743be7

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

REPL/README.md

+31
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,34 @@ To exit REPL you can run
3434
```bash
3535
> .exit
3636
```
37+
38+
## Load file js
39+
40+
```bash
41+
> .load file.js
42+
```
43+
44+
## Save REPL to file js
45+
46+
```bash
47+
> .save namefile.js
48+
```
49+
50+
## Break
51+
52+
```bash
53+
> .break
54+
```
55+
56+
example
57+
58+
```bash
59+
> const sayHello = (name, age) => {
60+
... .break
61+
```
62+
63+
## Open editor REPL
64+
65+
```bash
66+
> .editor
67+
```

0 commit comments

Comments
 (0)