mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-08 22:34:03 +09:00
moving everything neatly into the assets directory
This commit is contained in:
4
assets/disk0/home/basic/sinc.bas
Normal file
4
assets/disk0/home/basic/sinc.bas
Normal file
@@ -0,0 +1,4 @@
|
||||
10 DEFUN SINC(X)=SIN(X)/X
|
||||
20 FOR K=1 TO 10
|
||||
30 PRINT SINC(K)
|
||||
40 NEXT
|
||||
Reference in New Issue
Block a user