diff --git a/site/pages/usage.html b/site/pages/usage.html index fd7e687..199c907 100644 --- a/site/pages/usage.html +++ b/site/pages/usage.html @@ -34,7 +34,7 @@ Requests can be,
config configName: Check whether or not a command-line config switch is enabled (you can enable them with -c configName).equals variable1 variabl2: Check whether two variables are the same (the check is flawed, but pretty good. See the relevant section in main.cpp
+ equals variable1 variable2: Check whether two variables are the same (the check is flawed, but pretty good. See the relevant section in main.cpp
for information on this.)exists variable: Check whether a variable exists. Good for simple boolean flags.\[@on minify], which enables minifier for the file, and \[@off minify], which disables minifier. Minifier simply reduces chains of whitespace
to a single whitespace. In the future, \[@on markdown] and \[@off markdown] will allow Markdown-like processing across the file.
- You can use Sitix commands in any file with a Sitix opening phrase; Sitix commands in files that do not have an opening phrase will be ignored.__after__ and __before__,
+ which crop up in for loops. They allow you to reference the object that came before or after, like \[^i.__after__]. __this__ is pretty much useless
+ except in very niche situations, because of the unclear rules behind it; I will document those on a later date. __file__ is always the root object of the current file,
+ - you can most likely guess why that's useful.
+
+