Deep thoughts and gists
by Paweł Piątkowski

User-friendly paste0()

`%+%` = paste0

Now you can concatenate strings like in many other languages:

cat("Result: " %+% x %+% "\n")