defun actually works

This commit is contained in:
minjaesong
2020-12-08 22:35:51 +09:00
parent e2d466e604
commit 9fa9a0a203
2 changed files with 13 additions and 4 deletions

4
assets/sinc.bas Normal file
View File

@@ -0,0 +1,4 @@
10 DEFUN SINC(X)=SIN(X)/X
20 FOR K=1 TO 10
30 PRINT SINC(K)
40 NEXT