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

Differences between revisions 14 and 18 (spanning 4 versions)
Revision 14 as of 2007-11-08 03:46:32
Size: 737
Editor: AlfonsoReyes
Comment:
Revision 18 as of 2007-11-08 03:57:40
Size: 1075
Editor: AlfonsoReyes
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
## ############################################################
||<v>'''Java''' ||<v>'''Jython'''||
## ############################################################
||<v>a1 ||<v>c1[[BR]]dddd[[B ||
## ############################################################
||<v>a2 ||<v>c2[[BR]]ddkldkl ||
## ############################################################
||<v>a3 ||<v>c3 ||
## ############################################################

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


## #########################################
||<v>'''Heading A'''||<v>'''Heading B''' ||
## #########################################
||<v>A1 ||<v>A1[[BR]]New line ||
alfonso reyes
## #########################################
|| || ||
## #########################################
|| || ||
## #########################################

Describe ComparisonJavaJython here.

Java

Jython

xCoord = Double[25]

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

Java

Jython

xCoord = Double[25]

xCoord = jarray.zer

Heading A

Heading B

A1

A1BRNew line

alfonso reyes

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