Remix.run Logo
9woc 3 days ago

beware of using this. any operations that returns non-zero exit status will cause immediately exit

mk12 3 days ago | parent [-]

For example `((n++))` where n is 0. I’m used to it enough that I usually remember to add `|| :` to the end of lines like this.