Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -1,5 +1,13 @@
|
|||
print_all: procedure /* [↓] is the # of args passed.*/
|
||||
do j=1 for arg()
|
||||
say '[argument' j"]: " arg(j)
|
||||
end /*j*/
|
||||
/* REXX */
|
||||
list=''
|
||||
Do i=1 To 6
|
||||
list=list||'"arg"'i','
|
||||
End
|
||||
list=list||'"end"'
|
||||
Interpret 'call show' list
|
||||
Exit
|
||||
show: procedure
|
||||
do j=1 for arg()
|
||||
say arg(j)
|
||||
end /*j*/
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue