The Dink Network

jameson's Profile

2003-07-31 09:52:01
wizardb.gif
jameson
Peasant He/Him
 
Hi,

"The rules of programming"?

Anyway, it would be more interesting to know what the change you envision would /mean/, as opposed to what it could /look like/.

I see two interpretations of this, although there may be more:

(a) function calls within 'if' conditionals (I believe DinkC doesn't allow that ATM, although I could be mistaken)

(b) Range comparisons, i.e. the call would mean something like "evaluate the 'true' branch if and only if sp_dir is greater than or equal 1 and less than or equal 8, and the 'else' branch otherwise" (assuming that an 'else' branch always exists).

-- Christoph