We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f341f30 commit 5743be7Copy full SHA for 5743be7
REPL/README.md
@@ -34,3 +34,34 @@ To exit REPL you can run
34
```bash
35
> .exit
36
```
37
+
38
+## Load file js
39
40
+```bash
41
+ > .load file.js
42
+```
43
44
+## Save REPL to file js
45
46
47
+ > .save namefile.js
48
49
50
+## Break
51
52
53
+ > .break
54
55
56
+example
57
58
59
+ > const sayHello = (name, age) => {
60
+ ... .break
61
62
63
+## Open editor REPL
64
65
66
+ > .editor
67
0 commit comments