Size: 161
Comment:
|
Size: 131
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 4: | Line 4: |
|| {{{#!python xCoord = Double[25] }}}|| {{{#!python xCoord = jarray.zeros(25, "d") }}} || | || xCoord = Double[25] || xCoord = jarray.zeros(25, "d") || |
Describe ComparisonJavaJython here.
Java |
Jython |
xCoord = Double[25] |
xCoord = jarray.zeros(25, "d") |