We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d574b3c commit 73bfd80Copy full SHA for 73bfd80
solutions/rakudo/Configurable-REPL.md
@@ -18,11 +18,11 @@ Each which supports the following interpolations:
18
| `\a` | alert / bell character |
19
| `\e` | escape character |
20
| `\i` | index - the current iteration of the REPL, which can be referred to later as, e.g. `$*1` |
21
-| '\l' | `$*RAKU.version` |
22
-| '\L' | `$*RAKU..gist` |
+| `\l` | `$*RAKU.version` |
+| `\L` | `$*RAKU..gist` |
23
| `\t` | time - see below for more options |
24
-| '\v' | `$*RAKU.compiler.version` |
25
-| '\V' | `$*RAKU.gistt` |
+| `\v` | `$*RAKU.compiler.version` |
+| `\V` | `$*RAKU.gistt` |
26
27
The escape character allows us to generate ANSI colors, e.g.
28
0 commit comments