8 lines
194 B
Text
8 lines
194 B
Text
/* NetRexx */
|
|
options replace format comments java crossref symbols nobinary
|
|
|
|
package org.rosettacode.samples
|
|
|
|
say 'Source: ' source
|
|
say 'Program:' System.getProperty('sun.java.command')
|
|
return
|