We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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```
The text was updated successfully, but these errors were encountered:
cpc6128
No branches or pull requests
Simplifier la syntaxe en rendant optionnelle l'utilisation du verbe fermer devant sinon.
Ancienne syntaxe :
Nouvelle syntaxe proposée :
The text was updated successfully, but these errors were encountered: