Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,21 @@
|
|||
/* NetRexx */
|
||||
options replace format comments java crossref symbols binary
|
||||
|
||||
runSample(arg)
|
||||
return
|
||||
|
||||
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
method runSample(arg) private static
|
||||
do
|
||||
BEL = 8x07
|
||||
jtk = java.awt.toolkit.getDefaultToolkit()
|
||||
say 'Bing!'(Rexx BEL).d2c
|
||||
Thread.sleep(500)
|
||||
say 'Ding\x07-ding\u0007!'
|
||||
Thread.sleep(500)
|
||||
say 'Beep!'
|
||||
jtk.beep()
|
||||
catch ex = Exception
|
||||
ex.printStackTrace()
|
||||
end
|
||||
return
|
||||
Loading…
Add table
Add a link
Reference in a new issue