Nullop
nullop
Null operation. Use this instead of empty braces to signify doing nothing, immediately followed by else when the if condition returns false.
Instead of ifpdistl 1024 { } else killit
, do ifpdistl 1024 nullop else killit
.
nullop
Null operation. Use this instead of empty braces to signify doing nothing, immediately followed by else when the if condition returns false.
Instead of ifpdistl 1024 { } else killit
, do ifpdistl 1024 nullop else killit
.