11 lines
159 B
Plaintext
11 lines
159 B
Plaintext
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
|