User Tools

Site Tools


en:anonymousarrays

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:anonymousarrays [2016/01/01 22:40]
127.0.0.1 external edit
en:anonymousarrays [2016/01/01 23:08]
admin [Example]
Line 8: Line 8:
 myarray = {1, 2, 3, 4} myarray = {1, 2, 3, 4}
  
-dim words$(1) +dim words(1) 
-words= {"how","now","brown","cow"+words = {"how","now","brown","cow"
-for n = 0 to words$[?]-1 +for n = 0 to words[?]-1 
- print words$[n]+ print words[n]
 next n next n
 </code> </code>
  
en/anonymousarrays.txt · Last modified: 2020/02/28 10:46 (external edit)