Differences between revisions 19 and 20
Revision 19 as of 2007-11-08 03:58:20
Size: 1127
Editor: AlfonsoReyes
Comment:
Revision 20 as of 2007-11-08 04:26:16
Size: 164
Editor: AlfonsoReyes
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:


## ################################################
||<v>'''Java''' ||<v>'''Jython''' ||
## ################################################
||<^>xCoord = Double[25]||<^>xCoord = jarray.zer ||
## ################################################
|| || ||
## ################################################
|| || ||
## ################################################


## #########################################
||<v>'''Heading A'''||<v>'''Heading B''' ||
## #########################################
||<v>A1 ||<v>jdjdjd dkllklk dlklkl dlkdlkdldk kldkdl A1[[BR]] sslks New line [[BR]]dkdlkd dkdk ||
## #########################################
|| || ||
## #########################################
|| || ||
## #########################################

Describe ComparisonJavaJython here.

Java

Jython

xCoord = Double[25]

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

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