Poetry
Posted by Dan Byström on October 26, 2005
switch ( Math.Sign(q.answer-42) )
{
case 1: q.left(); break;
case -1: q.right(); break;
case 0: Foo.Bar(); return;
}
Posted by Dan Byström on October 26, 2005
switch ( Math.Sign(q.answer-42) )
{
case 1: q.left(); break;
case -1: q.right(); break;
case 0: Foo.Bar(); return;
}
This entry was posted on October 26, 2005 at 22:30 and is filed under Uncategorized. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
Leave a Reply