Yeah, and begin/end is easier than { and }. Or is it? :)
/ David Hedbor
Previous text:
2003-04-02 12:53: Subject: ... and thanks for all the fish
Well..
if 2 in my_set then (* some code *)
still is far easier to understand without previous coding experience compared to
if(my_set[2]) /*some code*/
I'm not too sure about 'in' only working on sets, but that may verry well be something that has changed over the eons... =)
/ Peter Lundqvist (disjunkt)