add note about inline comments

This commit is contained in:
Connor Olding 2022-09-23 12:26:41 -07:00
parent 4a2ec0efd3
commit 821e2550c4

View File

@ -60,6 +60,8 @@ RUN : \
&& printf '\033[1m%s\033[m: %s\n' >&2 \
noted "$*" \
;} \
# this is an inline comment! it should end with a semicolon, \
# because vim's syntax highlighting is bad. \
&& note '\\( o _ o )//' \
;
```
@ -123,4 +125,6 @@ RUN : \
* **TODO:** explain `while cmd \␤ ;do : \␤ && cmd \␤ ;done`.
* **TODO:** explain `test`s.
* **TODO:** explain `test`s?
* **TODO:** explain the two different kinds of commends.