mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-12 15:44:05 +09:00
defun actually works
This commit is contained in:
4
assets/sinc.bas
Normal file
4
assets/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