Search found 1 match

by gomio
Fri May 14, 2004 7:09 pm
Forum: Feature Requests and Wishlists
Topic: [Implemented] Don't allow undeclared variables
Replies: 26
Views: 6555

You can try this:

(begin of program)
structure DefaultType: endstructure
deftype.DefaultType
(...)
foo = 0 ; <--- error
bar = ":-)" ; <--- error, etc.