Differences between revisions 1 and 13 (spanning 12 versions)
Revision 1 as of 2007-11-08 03:13:19
Size: 57
Editor: AlfonsoReyes
Comment:
Revision 13 as of 2007-11-08 03:46:08
Size: 701
Editor: AlfonsoReyes
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
||Java||Jython|| ||'''Java'''||'''Jython'''||
|| xCoord = Double[25] || xCoord = jarray.zeros(25, "d") ||

## ############################################################
||<v>'''Java'''||<v>'''Jython'''||
## ############################################################
||<v>a1 ||<v>c1[[BR]]dddd[[B ||
## ############################################################
||<v>a2 ||<v>c2[[BR]]ddkldkl ||
## ############################################################
||<v>a3 ||<v>c3 ||
## ############################################################

Describe ComparisonJavaJython here.

Java

Jython

xCoord = Double[25]

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

Java

Jython

a1

c1BRdddd[[B

a2

c2BRddkldkl

a3

c3

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