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

Differences between revisions 15 and 16
Revision 15 as of 2007-11-08 03:51:54
Size: 657
Editor: AlfonsoReyes
Comment:
Revision 16 as of 2007-11-08 03:55:28
Size: 1064
Editor: AlfonsoReyes
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
Line 11: Line 10:
Line 14: Line 12:
Line 17: Line 14:
Line 22: Line 18:
## ########################################

||<v>'''Heading A'''||<v>'''Heading B''' ||
## ########################################

||<v>A1 ||<v>A1[[BR]]New lin ||
## ########################################

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

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

Describe ComparisonJavaJython here.

Java

Jython

xCoord = Double[25]

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

Java

Jython

xCoord = Double[25]

xCoord = jarray.zer

Heading A

Heading B

A1

A1BRNew lin

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