I can\'t search for | in Google. If you had found it in a software source code that you are trying to interpret, you didn\'t know what it does and you couldn\'t ask other pe
In answer to your question about finding out what it does, I would first reason to myself whether it was a symbol or an operator. That alone helps me figure out what to search for in Google. The types of the variables being used also give me a clue - it's an operator that's working on int types.
Hope that helps.