Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
|
|
@ -0,0 +1,11 @@
|
|||
NewMap MyElements.s()
|
||||
|
||||
For i=0 To 9 ;Mark 10 items at random, causing high risk of duplication items.
|
||||
x=Random(9)
|
||||
t$="Number "+str(x)+" is marked"
|
||||
MyElements(str(x))=t$ ; Add element 'X' to the hash list or overwrite if already included.
|
||||
Next
|
||||
|
||||
ForEach MyElements()
|
||||
Debug MyElements()
|
||||
Next
|
||||
Loading…
Add table
Add a link
Reference in a new issue