-----Messaggio Originale----- 
Da: "Saulius Zrelskis" <labi...@gmail.com>
A: "Enrico Maria Giordano" <e.m.giord...@emagsoftware.it>
Data invio: giovedì 21 marzo 2013 11.40
Oggetto: Re: [xHarbour-developers] ChangeLog: 2013-03-21 09:40 UTC+0200 
SauliusZrelskis


> Hi Enrico,
>
> It is TRUE behavior :)
> "n" is _nohow_ used!
> If after n += 1 or n++ you put, say
> ? n
> myfunc(n)
> it is _used_ variable

Ops! You are right! Great! So the problem is that the error is not reported 
in the following samples:

FUNCTION MAIN()

    LOCAL b := 1

    LOCAL c := 1

    WHILE .T.
        b -= c
    ENDDO

    RETURN NIL

EMG

--
EMAG Software Homepage:     http://www.emagsoftware.it
The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
The Best of Spectrum Games: http://www.emagsoftware.it/tbosg
The EMG Music page:         http://www.emagsoftware.it/emgmusic 


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to