Not sure the right wording but can I DEFINE an entire block of code with 1 Line?

Related to my question regarding Functions... can I include a "break" command inside of a function definition? What about an "if" statement?

Both "setup" and "loop" are simply functions; if you can put it in one of those, you can put it in your own.