input

it's nice if your language does something. this language says hello to WHATEVER you write.

TRANSLATED:

 

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

function translate(text) {
	return "hello " + text
}

back to the dream