From c41a0e3758ab53f9a835fa4bbefea18a4b236d7b Mon Sep 17 00:00:00 2001 From: J-K-Tech <82116913+J-K-Tech@users.noreply.github.com> Date: Sat, 17 Feb 2024 19:43:05 -0300 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 29cca5f..9cac804 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,14 @@ A tiny command line interpreter for organizing, you can split huge single line c ## Features -Multi-command: You can make multiple commands in same `.tmk` file by having a line that starts with `\n` (all written in this line after the `\n.` will be ignored) +Multi-command: You can make multiple commands in same `.tmk` file by having a line that starts with `\n` Comments: You can use comments in the file to your peers or future you remember what you done, also useful to separate sections of a command Variables: If a line starts with `%` it will get all the name of it until hit the second `%` and to set variables the line has to start with `set` +(all written in this line after the `\n`,`set var=thing` and `%var%` will be ignored) + ## example ```