replica nfl jerseysreplica nfl jerseyssoccer jerseyreplica nfl jerseys forums.silverfrost.com :: View topic - Operator
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 

Operator

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



Joined: 05 Jul 2006
Posts: 295

PostPosted: Mon Apr 14, 2025 11:37 pm    Post subject: Operator Reply with quote

FTN95 does not allow spaces in some operator declarations. For example, the
following is not permitted:

Code:
   Public :: Operator( /= )
   Interface Operator( /= )
      Module Procedure p1
   End Interface


but the following is permitted:

Code:
   Public :: Operator( == )
   Interface Operator( == )
      Module Procedure p1
   End Interface


The first example, has to be written as:

Code:
   Public :: Operator(/=)
   Interface Operator(/=)
      Module Procedure p1
   End Interface


No big deal, of course, but it was a little confusing for a short while.
Back to top
View user's profile Send private message
PaulLaidler
Site Admin


Joined: 21 Feb 2005
Posts: 8168
Location: Salford, UK

PostPosted: Tue Apr 15, 2025 7:34 am    Post subject: Reply with quote

Simon

Thank you for the feedback. This failure has now been fixed for the next release of FTN95.
Back to top
View user's profile Send private message AIM Address
Display posts from previous:   
Post new topic   Reply to topic    forums.silverfrost.com Forum Index -> Support 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