Slashdot Mirror


User: Volksweasel

Volksweasel's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:Responsibility? on Take Me Home, I'm Drunk · · Score: 1
    if student = drunk then callcab(studentdetails)

    Depending on the language they use to implement this, (student = drunk) will always evaluate true. Then again, depending on the school, that may be what they intended.