Hello,is there an option, a pragma (or whatever it can be called), that enforces variable declaration in a Julia program? I am looking for something like "use strict;" in Perl. There could be two options, one for just declaring variable names (more or less as in Perl), one to force type declarations too. Thank you for any information on whether it already exists or not, or whether if might exist one day or not.
Goodbye, Stéphane.
