Python : fonctions
Les fonctions que j'utilise en Python
Je renomme les fichier .by en .txt pour pouvoir les afficher
For_Each_In | for each <element> in < array >. | For_Each_In.py |
For_nStart_To_nStop | for <n> = <nStart> to <nStop> step <nStep>. | For_nStart_To_nStop.py |
Macro | Macro variable : remplace &( variable ) de Harbour. | Macro.py |
Object | Créer un objet vide non modifiable. | Object.py |