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