Translated Labs

YOU SAID:

print("this is a program") if(language == javascript) { alert("hi!" } else { alert("huh?") }

INTO JAPANESE

if(language == javascript){alert( "hi!"} else {alert( "huh?"})

BACK INTO ENGLISH

if (language == javascript) {alert ("hi!"} else {alert ("huh?"))

INTO JAPANESE

if(language == javascript){alert( "hi!"} else {alert( "huh?"))

BACK INTO ENGLISH

if (language == javascript) {alert ("hi!"} else {alert ("huh?"))

Equilibrium found!

That didn't even make that much sense in English.

HOT PARTIES

2
votes
7h ago

You may want to crash these parties too

2
votes
04Nov09
1
votes
05Nov09
3
votes