mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-13 14:36:06 +09:00
moving everything neatly into the assets directory
This commit is contained in:
3
assets/disk0/home/basic/dotest.bas
Normal file
3
assets/disk0/home/basic/dotest.bas
Normal file
@@ -0,0 +1,3 @@
|
||||
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)
|
||||
Reference in New Issue
Block a user