this is a german Web-Mirror of PYTHON.ORG powered by Domainunion AG

Differences between revisions 12 and 15 (spanning 3 versions)
Revision 12 as of 2007-11-08 03:44:57
Size: 751
Editor: AlfonsoReyes
Comment:
Revision 15 as of 2007-11-08 03:51:54
Size: 657
Editor: AlfonsoReyes
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
## ############################################################
||<v>'''Heading A'''||<v>'''Heading B'''||<v>'''Heading C''' ||
## ############################################################
||<v>a1 ||<v>b1 ||<v>c1[[BR]]dddd[[B ||
## ############################################################
||<v>a2 ||<v>b2 ||<v>c2[[BR]]ddkldkl ||
## ############################################################
||<v>a3 ||<v>b3 ||<v>c3 ||
## ############################################################

## ################################################

||<v>'''Java''' ||<v>'''Jython''' ||
## ################################################

||<^>xCoord = Double[25]||<^>xCoord = jarray.zer ||
## ################################################

|| || ||
## ################################################

|| || ||
## ################################################

Describe ComparisonJavaJython here.

Java

Jython

xCoord = Double[25]

xCoord = jarray.zeros(25, "d")

Java

Jython

xCoord = Double[25]

xCoord = jarray.zer

ComparisonJavaJython (last edited 2009-08-23 20:01:21 by AlfonsoReyes)