It's actually pretty simple! The BUTTON function returns which buttons are being pressed in that exact moment in the form of a value. This means that BUTTON is more useful if you assign it to a variable. You can then operate this variable with logic gates and constants to determine which buttons are being pressed and build code, such as conditionals, with it.