RosettaCodeData/Task/Program-name/NetRexx/program-name.netrexx
2023-07-01 13:44:08 -04:00

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