7 lines
61 B
Rexx
7 lines
61 B
Rexx
|
|
Parse Version v
|
||
|
|
Say v
|
||
|
|
Call sub
|
||
|
|
Say 'Back from sub'
|
||
|
|
Exit
|
||
|
|
sub:
|