Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -1,2 +1,12 @@
|
|||
#!/bin/sh
|
||||
rexxbit.rexx $0 $*
|
||||
External:
|
||||
parse arg xx
|
||||
say 'External' xx 'returns...'
|
||||
parse version rexx
|
||||
parse source system command program
|
||||
say 'Interpreter ' rexx
|
||||
say 'Platform ' system
|
||||
say 'Invoked as ' command
|
||||
say 'Program name' program
|
||||
say 'Interface ' address()
|
||||
say
|
||||
return 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue