Skip to content
Snippets Groups Projects
Commit 4d651069 authored by RUGENGANDE-IHIMBAZWE JAENAI's avatar RUGENGANDE-IHIMBAZWE JAENAI
Browse files

change test to test an int read and a float read

parent 34b1b099
Branches
1 merge request!9Test9
// Conditions (if else ternaire..)
// Saisie
prog test4 {
prog test9 {
def Main {
Rec : {
printstr("Saisie clavie :");
read(saisie);
print(saisie)
}
Loc: (f,1), saisie
Rec : {
printstr("Saisie clavier :");
read(saisie);
print(saisie);
printstr("Saisie float clavier:");
read(f);
print(f)
}
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment