0
0

📝 kick out redundant ifn command

This commit is contained in:
DrMaxNix 2022-09-03 18:25:08 +02:00
parent fc4956ffbc
commit 2d3d5df8f5

View File

@ -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