TERMINE UNE FONCTION
ACTION
La commande END_FNC termine une fonction
SYNTAXE :
END_FNC
UTILISATION ERREUR EXEMPLE
dim i%
for i%=1 to 10
print double(i%)
next i%
end
fnc double(j%)
result 2*j%
end_fnc
END_FNC
END_FNC
EN RAPPORT
FNC
RESULT
EXIT_FNC