|
Size: 161
Comment:
|
Size: 183
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") <br>import</br> || |
Describe ComparisonJavaJython here.
Java |
Jython |
xCoord = Double[25] |
xCoord = jarray.zeros(25, "d") <br>import</br> |