Differences between revisions 13 and 14
Revision 13 as of 2007-11-08 03:46:08
Size: 701
Editor: AlfonsoReyes
Comment:
Revision 14 as of 2007-11-08 03:46:32
Size: 737
Editor: AlfonsoReyes
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
||<v>'''Java'''||<v>'''Jython'''|| ||<v>'''Java'''                             ||<v>'''Jython'''||
Line 9: Line 9:
||<v>a1 ||<v>c1[[BR]]dddd[[B || ||<v>a1        ||<v>c1[[BR]]dddd[[B ||

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)