Slashdot Mirror


User: junyoung

junyoung's activity in the archive.

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

Comments · 2

  1. Why not extending Not operator? on Microsoft Patents 'IsNot', Enlists WTO · · Score: 1
    If Not (a Is b) Then (Perform Z) End If

    If the above statement is valid in Basic, why not trying the following in the first place?

    If (a Is Not b) Then (Perform Z) End If

    We don't need an extra operator such as IsNot.

  2. Re:Very smart... on OpenBSD SMP In The Works · · Score: 1

    Huh?! Have you ever taken a look at OpenBSD and NetBSD sources?