Skip to main content
2 of 2
since when did lua let you omit parentheses
Someone
  • 545
  • 2
  • 11

Lua, 54 43 bytes

The one time the Lua submission is actually short!

…so yeah, it's another "just overload the operator" situation.

-11 bytes by Adamátor

a=setmetatable({},{__band=loadstring""})b=0 
Someone
  • 545
  • 2
  • 11