Skip to content

Commit

Permalink
doc(wiki): mention repl steps (#1017)
Browse files Browse the repository at this point in the history
  • Loading branch information
EagleoutIce authored Sep 27, 2024
2 parents 88d3e41 + 6dd5ab5 commit a74d888
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions wiki/Core.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
***This wiki page is currently under construction***

This wiki page provides an explanation of the inner workings of _flowR_.
You can explore the output of these steps, by using similarly named commands in the REPL (`:parse`, `:normalize`, and `:dataflow`).

<!-- TOC -->
- [Dataflow Analysis](#dataflow-analysis)
Expand Down
2 changes: 1 addition & 1 deletion wiki/Interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -2956,7 +2956,7 @@ Although primarily meant for users to explore, there is nothing which forbids si

The read-eval-print loop&nbsp;(REPL) works relatively simple.
You can submit an expression (using enter),
which is interpreted as an R&nbsp;expression by default but interpreted as a *command* if it starts with a colon (`:`).
which is interpreted as an R&nbsp;expression by default but interpreted as a _command_ if it starts with a colon (`:`).
The best command to get started with the REPL is `:help`.
Besides, you can leave the REPL either with the command `:quit` or by pressing <kbd>CTRL</kbd>+<kbd>C</kbd> twice.

Expand Down

0 comments on commit a74d888

Please sign in to comment.