Re: What's the point of map:map type if load_map() messes it up?
- Posted by mattlewis (admin) Sep 12, 2011
- 1257 views
euphoric said...
It's funny you mention it, because I don't think I ever turn type checking off. :) Do translated programs automatically have type checking off?
Sort of. If you have type checking on, then only type check code with side effects will be executed. I think you never get an error due to one returning zero, but if you have it set to log or some other side effect, it will be called whenever the interpreter normally would.
Matt