ZEUSJE
This commit is contained in:
parent
04e581d7b6
commit
de30288446
1 changed files with 10 additions and 0 deletions
10
4/AWerbrouck.basic
Normal file
10
4/AWerbrouck.basic
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
CLS
|
||||||
|
Dim s As String
|
||||||
|
INPUT "yeet";s
|
||||||
|
IF s = "Z" THEN
|
||||||
|
PRINT ":D"
|
||||||
|
ELSEIF s = "C" THEN
|
||||||
|
PRINT "D:"
|
||||||
|
ELSE
|
||||||
|
PRINT "(-_-)"
|
||||||
|
END IF
|
Loading…
Reference in a new issue