Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ajout du if + changement structure for et fonctions #14

Merged
merged 5 commits into from
May 17, 2024
Merged

Ajout du if + changement structure for et fonctions #14

merged 5 commits into from
May 17, 2024

Conversation

ilo80
Copy link
Contributor

@ilo80 ilo80 commented May 17, 2024

Détail

  • Ajout du if
  • Changement de la structure du for
  • Changement de la structure de l'enregistrement des fonctions

Sorry, something went wrong.

@ilo80 ilo80 added the enhancement New feature or request label May 17, 2024
@ilo80 ilo80 requested a review from Thotoman May 17, 2024 14:18
@ilo80 ilo80 self-assigned this May 17, 2024
@Thotoman Thotoman merged commit 0884478 into master May 17, 2024
1 check passed
@ilo80
Copy link
Contributor Author

ilo80 commented May 17, 2024

Pour info, la nouvelle structure est la suivante :

func toto(x):
     print x

for i from 0 to 20:
     print i

if 1 == 1:
     toto(4)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants