Module CheckWord {
Declare Alfa "WORD.APPLICATION"
Declare Alfa Nothing
Print Type$(Alfa)="Nothing"
Try ok {
\\ we can't declare again Alfa
}
If Not Ok Then Print Error$ ' return Bad Object declaration
CheckWord