[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-users] Or



a = 0;
if((a == 0) and: "not a boolean") { "true".postln }
{"false".postln };

Le 7 oct. 05, à 00:39, scott smith a écrit :

a = 0;
if((a == 0) || "not a boolean") { "true".postln }
{"false".postln };


a = 0;
if((a == 0) && "not a boolean") { "true".postln }
{"false".postln };


_______________________________________________________________
What was established in 1891, which altered the nature of publishing?

postmaster.co.uk
http://www.postmaster.co.uk/cgi-bin/meme/quiz.pl?id=274
_______________________________________________
sc-users mailing list
sc-users@xxxxxxxxxxxxxxx
http://www.create.ucsb.edu/mailman/listinfo/sc-users