Differences between revisions 11 and 12
Revision 11 as of 2007-11-08 03:20:29
Size: 164
Editor: AlfonsoReyes
Comment:
Revision 12 as of 2007-11-08 03:44:57
Size: 751
Editor: AlfonsoReyes
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:

## ############################################################
||<v>'''Heading A'''||<v>'''Heading B'''||<v>'''Heading C''' ||
## ############################################################
||<v>a1 ||<v>b1 ||<v>c1[[BR]]dddd[[B ||
## ############################################################
||<v>a2 ||<v>b2 ||<v>c2[[BR]]ddkldkl ||
## ############################################################
||<v>a3 ||<v>b3 ||<v>c3 ||
## ############################################################

Describe ComparisonJavaJython here.

Java

Jython

xCoord = Double[25]

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

Heading A

Heading B

Heading C

a1

b1

c1BRdddd[[B

a2

b2

c2BRddkldkl

a3

b3

c3

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