forums.silverfrost.com Forum Index forums.silverfrost.com
Welcome to the Silverfrost forums
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

DECLARE ALL vs IMPLICIT NONE

 
Post new topic   Reply to topic    forums.silverfrost.com Forum Index -> General
View previous topic :: View next topic  
Author Message
DanRRight



Joined: 10 Mar 2008
Posts: 2813
Location: South Pole, Antarctica

PostPosted: Tue Jul 21, 2015 8:09 pm    Post subject: DECLARE ALL vs IMPLICIT NONE Reply with quote

May be it already exists in Standard and i just did not know...

How about introducing DECLARE ALL (or IMPLICIT ALL)
which will not change default first
lettering types. You must just to declare all variables the way you do with
IMPLICIT NONE.

DECLARE ALL will hunt you static undefined variable bugs
at compile time the same way as IMPLICIT NONE but not at
the price of losing implicit naming default

The IMPLICIT NONE by its name, sense and design was actually
intended not for the static undefined bugs hunting but is basically used for this also purpose.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.silverfrost.com Forum Index -> General All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group