Message209

Author bckfnn
Recipients
Date 2000-11-18.19:50:12
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
A JPython script will either not pass the line 
with the if statement because of the single =
sign, it either endless uses cpu cycles on it, or
gives a java 'inconsistent thread' error and seg_v.

Regular python tells you what is wrong.


var_a = 'blah'
var_b = 'halb'

if (var_a == 'blah' and var_b = 'halb') :
  print 'IT IS TRUE'
else :
  print 'IT IS FALSE'
History
Date User Action Args
2008-02-20 17:16:45adminlinkissue222880 messages
2008-02-20 17:16:45admincreate