Conditional Statements

Conditional statements are like regex patterns, but instead of matching strings, they match the mood of your significant other.

	if ($love = true) {
		print("I love you!");
	} else {
		print("You're just a regex pattern I'm trying to match");
	}