pimpampoen
This commit is contained in:
parent
92360d5561
commit
50b4a181cf
1 changed files with 6 additions and 0 deletions
6
7/AWerbrouck.basic
Normal file
6
7/AWerbrouck.basic
Normal file
|
@ -0,0 +1,6 @@
|
|||
CLS
|
||||
Dim i As Integer
|
||||
INPUT "een getal"; i
|
||||
if i>9999 THEN
|
||||
PRINT "veel"
|
||||
ENDIF
|
Loading…
Reference in a new issue