VALEUR DE RETOUR D'UNE FONCTION
ACTION
La commande RESULT définit la valeur de retour d'une fonction
SYNTAXE :
RESULT V
UTILISATION ERREUR EXEMPLE
dim i%
for i%=1 to 10
print double(i%)
next i%
end
fnc double(j%)
result 2*j%
end_fnc
RESULT
RESULT V
EN RAPPORT
FNC
END_FNC
EXIT_FNC