0
0

📝 clarify <cond> is a placeholder

This commit is contained in:
DrMaxNix 2022-09-03 20:27:44 +02:00
parent c59597d97e
commit 9d2684934a

View File

@ -96,8 +96,8 @@ floor $1
## CONDITIONS ## ## CONDITIONS ##
# only execute next line if cond is true # only execute next line if <cond> is true
if|ifl cond if|ifl <cond>
# value to bool # value to bool
$1 # same as `$1 == true` $1 # same as `$1 == true`