La version instantanée V 0.9.29i2 du 4/09/2018 est disponible au téléchargement.
Voici les améliorations par rapport à la version V 0.9.29i1 du 2/09/2018:
- correction du bug sur
EXIT_SUB introduit par la version précédente V 0.9.29i1
rappel: ce code provoquait une erreur:
- Code:
-
DIM a$
Essai()
PRINT "OK"
END
SUB Essai()
DIM_LOCAL toto
IF a$="" THEN EXIT_SUB
END_SUB
- correction du bug quand une fonction appelle un SUB qui possède un
DIM_LOCAL Ce code provoquait une erreur:
- Code:
-
dim a$
a$=FUSIONNER$()
print a$
END
fnc FUSIONNER$()
dim_local i
repeat
i=i+1
ADD_STATS()
until i=12
result "fini"
end_fnc
sub ADD_STATS()
dim_local nouvelle_variable
end_sub
_________________
username : panoramic@jack-panoramic password : panoramic123