ping pong

it's good if your language can do more than one thing. this language does two things.

TRANSLATED:



it's easy to code this language. it's [just] this:

function translate(text) {
	if (text === "ping") {
		return "pong"
	} else if (text === "pong") {
		return "ping"
	}
}

back to the dream