21

Exams comming up and I'm here wishing life to be codable:

If (atLeastTrying == true)
{
Foreach (char score in subjects)
{
score = 'A'
}
}

Comments
  • 4
    if(boolToTrueComparisons){
    self.destruct();
    }
  • 4
    My first response was to tear into the missing semicolon.

    My second through fifth responses were to rant about the missing semicolon.

    Seriously, why would you leave off the semicolon?
  • 2
    Also I feel the correct term would be codeable, more correctly encodeable, and most correctly programmable, but I feel you, the end of the semester is rough for me too.
  • 1
    Oh semicolon... my good old friend 😅
  • 1
    That loop doesn't do anything...
Add Comment