mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-07 11:51:49 +09:00
4 lines
67 B
QBasic
4 lines
67 B
QBasic
10 DEFUN SINC(X)=SIN(X)/X
|
|
20 FOR K=1 TO 10
|
|
30 PRINT SINC(K)
|
|
40 NEXT |