2005/09/15

這是程式語言。

while ( me.alive == TRUE )
{
  switch (your.action)
  {
    case "NULL":
      me.reaction = me.actions.pretend ("NOTHING");
      me.rection = while ( you.actions.respond || me.status("to_be") ) me.actions.try("GET_ATTENTION");
      break;
    case "SAID":
      sentence = you.actions.said ("GET");
      if ( me.reaction = me.actions.try("UNDERSTAND") ) me.actions.do("CONVERSATION");
      else
      {
        me.actions.pretend ("NOTHING");
        me.status("SAD");
        me.actions.persuade_self ("NOTHING_HAPPEND");
      }
      break;
    default:
      me.reaction = me.actions.pretend("NOTHING");
      me.reaction = me.actions.try ( me.presuade_self ("TO_BE") );
      break;
  }
}

[posted by cornguo @ CornGuo's BLOG]

沒有留言: