Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 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