Bitwise OR with other

Property definitions

glesv2 $ GLBuffer :: |
	# Bitwise OR with `other`
	fun |(other: GLBuffer): GLBuffer `{ return self | other; `}
lib/glesv2/glesv2.nit:1234,2--1235,60