[futurebasic] FB variable syntax

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : July 2009 : Group Archive : Group : All Groups

From: laurent@...
Date: Sat, 4 Jul 2009 00:57:52 -0400 (EDT)
Hi all,

     After comments of Mark Chappell, Robert Purves,
and Brian Stevens I conclude that FB, when suitably
configured, allows and will allow

    v%, v&, v!, v#, v$

to be distinct variables of the traditional types.
It is good to maintain (even expand by && `` $$ etc.) the
expressivity of FB notations. Programming styles vary,
and for several good reasons.


     In the past, FB also allowed

     V%, V&, V!, V#, V$

as 5 more distinct variables.  I dearly wish this
freedom would be restored (under a suitable
configuration).

Incidentally, restoration of this past Future Basic
freedom (of versions =< 2) would be less trouble for the
fb2c converter than are the Basic suffixes above ---
because variable names in c are always case
sensitive whilst c does not use our suffixes. I like
succinct variable names supported by very readable
comments; others like florrid variable names
supported by cryptic comments. Let each programmer
choose his style!

Laurent S.