*Why does the following:*
print _version
a="abcd"
x="b"
print ((a.find(x) > 0) and (x.size = 1))
print ((x.size = 1) and (a.find(x) > 0))
x="x"
print ((a.find(x) > 0) and (x.size = 1))
print ((x.size = 1) and (a.find(x) > 0))
x="bc"
print ((a.find(x) > 0) and (x.size = 1))
print ((x.size = 1) and (a.find(x) > 0))
x="bx"
print ((a.find(x) > 0) and (x.size = 1))
print ((x.size = 1) and (a.find(x) > 0))

*produce this?*

1400013
true
true
false
false
false
script ERROR: invalid argument
----
         print ( ( x . size = 1 ) and ( a . find ( x ) >> > << 0 ) )
------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Jmol-users mailing list
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to