From 088ae0e9c54465a62e5d4ec124cc8f3734d5784c Mon Sep 17 00:00:00 2001 From: J-K-Tech <82116913+J-K-Tech@users.noreply.github.com> Date: Sun, 1 Jun 2025 03:32:54 -0300 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cc568a..a2b7974 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,9 @@ Comments: You can use comments in the file to your peers or future you remember 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) +Ignore space: Add `\` at the start of the line so it will not add an space before it. + +(all written in this line after the `\n` and `%var%` will be ignored and be seen as comments) ## example @@ -26,6 +28,11 @@ main.cpp ;includes -lstdc++ + +-I/usr/ +;to not add space between /usr/ and include, you add \ so it will be "/usr/include" and not "/usr/ include" +\include + ;output -o tiny.exe