Skip to content

Commit 50b4ed9

Browse files
committed
Update tutorial and add TODOs
1 parent eb81727 commit 50b4ed9

File tree

1 file changed

+42
-1
lines changed

1 file changed

+42
-1
lines changed

lib/node_modules/@stdlib/repl/docs/tutorials/read_eval_print_loop.txt

+42-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ As another simple example, evaluate the following input
6565
--
6666

6767
\s
68-
in this case, we entered `1+1` (user inputs), instructed the REPL to evaluate
68+
In this case, we entered `1+1` (user inputs) and instructed the REPL to evaluate
6969
those inputs (\*RETURN\s), and the REPL returned (and printed) the result.
7070

7171
--
@@ -77,6 +77,7 @@ the \*r\sead-\*e\sval-\*p\srint \*l\soop.
7777
---
7878

7979
| REPLs are useful for...
80+
\s
8081

8182
--
8283

@@ -92,4 +93,44 @@ the \*r\sead-\*e\sval-\*p\srint \*l\soop.
9293

9394
---
9495

96+
TODO: help and docs
97+
98+
---
99+
100+
TODO: silencing printing
101+
102+
---
103+
104+
TODO: TAB completion (FS APIs)
105+
106+
---
107+
108+
TODO: TAB completion (computed properties)
109+
110+
---
111+
112+
TODO: TAB completion (local scope)
113+
114+
---
115+
116+
TODO: workspaces
117+
118+
---
119+
120+
TODO: top-level await
121+
122+
---
123+
124+
TODO: rerun
125+
126+
---
127+
128+
TODO: rerequire
129+
130+
---
131+
132+
TODO: plotting
133+
134+
---
135+
95136
| The End

0 commit comments

Comments
 (0)