macro_rules! draw { ($expression:expr) => { ... }; }
Begins drawing, creates a new scope, executes code, then cleans up
draw!({ // Graphics code here.. });