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

Verbe "fermer" plus obligatoire devant le sinon #20

Open
cpc6128 opened this issue Oct 10, 2020 · 0 comments
Open

Verbe "fermer" plus obligatoire devant le sinon #20

cpc6128 opened this issue Oct 10, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@cpc6128
Copy link
Owner

cpc6128 commented Oct 10, 2020

Simplifier la syntaxe en rendant optionnelle l'utilisation du verbe fermer devant sinon.

Ancienne syntaxe :

a <- faux
si a
	affiche "vrai"
	attends 1 seconde
ferme
sinon
	affiche "faux"
	attends 1 seconde
ferme

Nouvelle syntaxe proposée :

a <- faux
si a 
	affiche "vrai"
	attends 1 seconde
sinon
	affiche "faux"
	attends 1 seconde
ferme```
@cpc6128 cpc6128 added the enhancement New feature or request label Oct 10, 2020
@cpc6128 cpc6128 added this to the Linotte4 milestone Oct 10, 2020
@cpc6128 cpc6128 self-assigned this Feb 23, 2022
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

No branches or pull requests

1 participant