
Define a()=
Prgm
If rand()<0.3 Then
Disp vert
Else
Disp rouge
EndIf
EndPrgm
Merci de votre futur aide

For variable, début, fin[, pas]
instructions
Enfor
For i, 1, 10
disp "test"
Enfor
While <condition>
instructions
Endwhile
i:=0
While i<10
disp "test
i:=i+1
Endwhile
Users browsing this forum: ClaudeBot [spider] and 7 guests