RosettaCodeData/Task/Program-name/NetRexx/program-name.netrexx

9 lines
194 B
Text
Raw Permalink Normal View History

2013-04-10 23:57:08 -07:00
/* NetRexx */
options replace format comments java crossref symbols nobinary
package org.rosettacode.samples
say 'Source: ' source
say 'Program:' System.getProperty('sun.java.command')
return