This commit is contained in:
awerbrouck 2020-10-28 20:19:15 +01:00
parent 3b42d9fe79
commit 92360d5561

6
5/AWerbrouck.basic Normal file
View file

@ -0,0 +1,6 @@
CLS
Dim i As Integer
dim w As Integer
INPUT "wat wil je vermenigvuldigen met tweeiee";i
w = i + i
print w