Une nouvelle structure de classes dans com.bernard.bernard (le nom est quand même plus rigolo ...)

This commit is contained in:
Mysaa
2021-05-24 18:41:25 +02:00
parent 040b45501a
commit 5b6ed1165f
16 changed files with 697 additions and 272 deletions
+10
View File
@@ -0,0 +1,10 @@
let Chaine x = Hello Bernard
let Entier y = 42
let Booleen z = Vrai
let Booleen a = Faux
afficher x
afficher y
let b = binEt z a
let c = binOu b z
afficher b