You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terminalforlife d4b5e7f5dc Correct double-negative logic in Perl one-liner
Beforehand, it was only adding unnecessary confusion.

Either:

	CONDITION && COMMAND

OR:

	CONDITION || COMMAND

Never:

	! CONDITION && COMMAND
4 years ago
..
1line Correct double-negative logic in Perl one-liner 4 years ago
_info.yaml added rosetta name to language info 5 years ago
subroutines Fix trailing whitespace on all files 4 years ago