mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-15 23:46:06 +09:00
moving everything neatly into the assets directory
This commit is contained in:
4
assets/disk0/home/basic/currytest.bas
Normal file
4
assets/disk0/home/basic/currytest.bas
Normal file
@@ -0,0 +1,4 @@
|
||||
10 DEFUN F(K,T)=ABS(T)==K
|
||||
20 CF=F<~32
|
||||
30 PRINT CF(24) : REM will print 'false'
|
||||
40 PRINT CF(-32) : REM will print 'true'
|
||||
Reference in New Issue
Block a user