mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-12 22:16:05 +09:00
moving everything neatly into the assets directory
This commit is contained in:
3
assets/disk0/home/basic/facmap.bas
Normal file
3
assets/disk0/home/basic/facmap.bas
Normal file
@@ -0,0 +1,3 @@
|
||||
10 DEFUN FAC(N)=IF N==0 THEN 1 ELSE N*FAC(N-1)
|
||||
20 K=MAP FAC, 1 TO 10
|
||||
30 PRINT K
|
||||
Reference in New Issue
Block a user