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

Differences between revisions 2 and 10 (spanning 8 versions)
Revision 2 as of 2007-11-08 03:14:19
Size: 115
Editor: AlfonsoReyes
Comment:
Revision 10 as of 2007-11-08 03:18:55
Size: 183
Editor: AlfonsoReyes
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
||Java||Jython||
||xCoord = Double[25]||xCoord = jarray.zeros(25, "d") ||
||'''Java'''||'''Jython'''||
|| xCoord = Double[25]                      || xCoord = jarray.zeros(25, "d") <br>import</br> ||

Describe ComparisonJavaJython here.

Java

Jython

xCoord = Double[25]

xCoord = jarray.zeros(25, "d") <br>import</br>

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