mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-07 19:51:51 +09:00
4 lines
104 B
QBasic
4 lines
104 B
QBasic
10 DEFUN KA(X)=IF X>2 THEN DO(PRINT("HAI");PRINT(X)) ELSE DO(PRINT("BYE");PRINT(X))
|
|
20 INPUT N
|
|
30 KA(N)
|