repo: hackvr-turbo action: commit revision: path_from: revision_from: fdf180c2c5146ec26f75365a368d2c809dec6e3f: path_to: revision_to:
commit fdf180c2c5146ec26f75365a368d2c809dec6e3f Author: epochDate: Thu Jul 30 06:51:31 2020 -0500 comments can not be started mid-line diff --git a/SPEC.md b/SPEC.md
--- a/SPEC.md +++ b/SPEC.md @@ -40,7 +40,7 @@ Each line must be encoded in valid UTF-8. Commands in a line are separated by one or more whitespace characters (SPACE, TAB). Commands are usually prefixed by a group selector `[group]`, only exception to that are `version` and `help`. -Everything after a `#` in a line is considered a comment and will be ignored by the command processor. The same is true for lines not containing any non-space characters. +A line that begins with a '#' is considered a comment and will be ignored by the command processor. The same is true for lines not containing any non-space characters. > TODO: group names can be globbed in some cases to operate on multiple groups > some commands that take numbers as arguments can be made to behave relative by putting + before the number. makes negative relative a bit odd like: @@ -153,4 +153,4 @@ when a group is clicked on using the name set from the command line. usually `$U ### Questions - Shape velocity - Transformation order/execution -- Colors \ No newline at end of file +- Colors
-----END OF PAGE-----