aboutsummaryrefslogtreecommitdiff
path: root/examples/argcv.prose
blob: da50b5960c601b78f54c7cc89681be7fbaa76071 (plain) (blame)
1
2
3
4
5
6
7
8
public function main
    linkage
        argc word
        argv pointer to array of etc byte
        status word
    procedure using argc argv returning status
        display "argc is " argc ", argv is " argv
        set status to 0