Dear all,
Why this syntax is invalid?


Yours,
Hall
Why this syntax is invalid?
Code:
cap program drop mypgm
program define mypgm
syntax anything , [opt(integer)]
dis "`opt'"
end
mypgm 1, opt(123)

Yours,
Hall

Comment