Performs a bitwise logical OR operation.
					
					bitOr(number1, number2)
					
						→ returns numeric
					
				
Uses the bitOr function to perform the logical OR operation on each pair of the corresponding bits
bitOr(5,3)
							
								Expected Result: 7
Signup for cfbreak to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.