Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
|
|
@ -0,0 +1,13 @@
|
|||
INSTALL @lib$+"SORTLIB"
|
||||
sort% = FN_sortinit(0,0)
|
||||
|
||||
DIM array(8)
|
||||
array() = 8, 2, 5, 9, 1, 3, 6, 7, 4
|
||||
|
||||
C% = DIM(array(),1) + 1
|
||||
CALL sort%, array(0)
|
||||
|
||||
FOR i% = 0 TO DIM(array(),1) - 1
|
||||
PRINT ; array(i%) ", ";
|
||||
NEXT
|
||||
PRINT ; array(i%)
|
||||
Loading…
Add table
Add a link
Reference in a new issue