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

Differences between revisions 6 and 9 (spanning 3 versions)
Revision 6 as of 2007-11-08 03:16:53
Size: 159
Editor: AlfonsoReyes
Comment:
Revision 9 as of 2007-11-08 03:18:03
Size: 168
Editor: AlfonsoReyes
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
||{{{#!python xCoord = Double[25] }}}||{{{#!python xCoord = jarray.zeros(25, "d") }}} || || xCoord = Double[25]                      || xCoord = jarray.zeros(25, "d")                  ||

Describe ComparisonJavaJython here.

Java

Jython

xCoord = Double[25]

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

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