Hi!

     The following code produces compilation errors:

PROCEDURE MAIN
    _GET := { 1, 2, 3 }
    ? _GET[ 2 ]
    ? _GET( "HI!" )
RETURN
FUNCTION _GET( x )
RETURN LOWER( x )

     IMHO, _GET is translated to _GET_ .

     Clipper allows _GET variable, but looks like there's any _GET()
function (in Clipper). It doesn't generates compiler error, anyway.

     xbscript allows _GET variable.

Atte.
  Vic

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to