CHAAAAOIIIIIC CODE MELTDOWN

				// Warning: Code may look like it's on fire, but it's just really just a mess
				// of semi-colon- separated statements
				// and random function calls
				function meltdown() {
					print("Code is melting");
					print("It's a beautiful sight");
					print("But also really confusing");
					print("And probably will cause a bug or two");
				}
				meltdown(); // Call the meltdown function
				// The end.
			

Don't worry, it's not a real code snippet. It's just for entertainment purposes only.