I hate using pipes, so I use if statements like this:

if (statement) { only one line of code to do here }
elseif (other statement) {
multiple lines of code
to do here
}


New username: hixxy