diff options
author | Anton L. Šijanec <anton@sijanec.eu> | 2020-05-02 00:47:52 +0200 |
---|---|---|
committer | Anton L. Šijanec <anton@sijanec.eu> | 2020-05-02 00:47:52 +0200 |
commit | 660e20b37d46da72b4e253360998cb7fa7d5630b (patch) | |
tree | abc1d8ae2e1461ebb2ce28b38327184a7d7ed818 /README.md | |
parent | command detection made possible (diff) | |
download | bverbose-660e20b37d46da72b4e253360998cb7fa7d5630b.tar bverbose-660e20b37d46da72b4e253360998cb7fa7d5630b.tar.gz bverbose-660e20b37d46da72b4e253360998cb7fa7d5630b.tar.bz2 bverbose-660e20b37d46da72b4e253360998cb7fa7d5630b.tar.lz bverbose-660e20b37d46da72b4e253360998cb7fa7d5630b.tar.xz bverbose-660e20b37d46da72b4e253360998cb7fa7d5630b.tar.zst bverbose-660e20b37d46da72b4e253360998cb7fa7d5630b.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -43,3 +43,12 @@ bVerbose └── tmp (temp folder of bVerbose, used whilst compiling bvr into HTML) ``` +# language syntax + +<@enter command string here@> + +commands are characters, such as `s` for `set`, `g` for `get` and `i` for `include`. + +commands are prefixed with `?` --- question marks. + +commands are followed by their arguments. |