``` if (foo) while (bar) { // multiple // lin...
# announcements
z
Copy code
if (foo)
	while (bar) {
		// multiple
		// lines
	}