We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1832743 commit e84dd5fCopy full SHA for e84dd5f
doc/api/repl.markdown
@@ -166,6 +166,9 @@ Example of listening for `reset`:
166
Inside the REPL, Control+D will exit. Multi-line expressions can be input.
167
Tab completion is supported for both global and local variables.
168
169
+Core modules will be loaded on-demand into the environment. For example,
170
+accessing `fs` will `require()` the `fs` module as `global.fs`.
171
+
172
The special variable `_` (underscore) contains the result of the last expression.
173
174
> [ "a", "b", "c" ]
0 commit comments