shirenomad (
shirenomad) wrote2002-04-08 05:19 pm
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Spotted on an ad poster for the campus anime club:
char* anime (char* g, char* c)
{
if ( g == "mecha" )
{
if ( c == "bishounen" || c == "pretty boys" )
return "Gundam Wing";
else
return "Mobile Suit Gundam";
}
}
Actually, we're not even watching Gundam (of any type) at the moment. The only mecha anime we're viewing this quarter is Vandread, which I keep thinking of as "Voyager with mechs." (And babes. And babes in mechs.)
{
if ( g == "mecha" )
{
if ( c == "bishounen" || c == "pretty boys" )
return "Gundam Wing";
else
return "Mobile Suit Gundam";
}
}
Actually, we're not even watching Gundam (of any type) at the moment. The only mecha anime we're viewing this quarter is Vandread, which I keep thinking of as "Voyager with mechs." (And babes. And babes in mechs.)