tasks a-s
This commit is contained in:
parent
47bf37c096
commit
b83f433714
12433 changed files with 156208 additions and 123 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