diff --git a/doc/concept.sh b/doc/concept.sh index 37bb035..6866b4c 100644 --- a/doc/concept.sh +++ b/doc/concept.sh @@ -97,13 +97,11 @@ floor $1 ## CONDITIONS ## # only execute next line if cond is true -ifl cond - -# skip next line if cond is true -ifn cond +if|ifl cond # cond: x +!x x == y x != y x === y