Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
9
Task/FizzBuzz/LSE/fizzbuzz.lse
Normal file
9
Task/FizzBuzz/LSE/fizzbuzz.lse
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
1* FIZZBUZZ en L.S.E.
|
||||
10 CHAINE FB
|
||||
20 FAIRE 45 POUR I_1 JUSQUA 100
|
||||
30 FB_SI &MOD(I,3)=0 ALORS SI &MOD(I,5)=0 ALORS 'FIZZBUZZ' SINON 'FIZZ' SINON SI &MOD(I,5)=0 ALORS 'BUZZ' SINON ''
|
||||
40 AFFICHER[U,/] SI FB='' ALORS I SINON FB
|
||||
45*FIN BOUCLE
|
||||
50 TERMINER
|
||||
100 PROCEDURE &MOD(A,B) LOCAL A,B
|
||||
110 RESULTAT A-B*ENT(A/B)
|
||||
Loading…
Add table
Add a link
Reference in a new issue