Guess the language!

🚫
Exiled
Joined
Oct 19, 2006
Messages
400
Reaction score
1
Pretty useless thread, yet funny :] The point is to tell what the language of the above posted code is, and post an own one, and continue like that. No cheating ;] I'll start with and easy one,

Code:
[COLOR=#000000][COLOR=#0000BB]$language[/COLOR][COLOR=#007700]=[/COLOR][COLOR=#0000BB]$_POST[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'language'[/COLOR][COLOR=#007700]]; 

if ([/COLOR][COLOR=#0000BB]$language [/COLOR][COLOR=#007700]== [/COLOR][COLOR=#DD0000]"right"[/COLOR][COLOR=#007700]) { 

      echo [/COLOR][COLOR=#DD0000]"ZOMFG CORRECT LANGUAGE!!!!!"[/COLOR][COLOR=#007700]; 

} [/COLOR][/COLOR]

Guess.
 
PHP? :D

Code:
void GuessLanguage(string Input) 
{
   if(Input.Equals(ThisLanguage)) 
     Console.WriteLine("Correct!");
   else
     Console.WriteLine("Try again! :D");
}

Guess.
 
tanelipe's was C#.

My turn?

Code:
++++++++++
[
   >+++++++>++++++++++>+++>+<<<<-
]
>++.
>+.
+++++++.
.
+++.
>++.
<<+++++++++++++++.
>.
+++.
------.
--------.
>+.
>.

Yes, it is a real, runnable program in a pretty obscure programming language.
 
Back