Difference between revisions of "Indexes"

From MiniScript Wiki
Jump to navigation Jump to search
m (fixed typo)
 
Line 2: Line 2:
 
for a string or list.
 
for a string or list.
  
See also [[hashIndex]]
+
See also [[hasIndex]]
  
 
=== Arguments ===
 
=== Arguments ===

Latest revision as of 13:14, 19 June 2020

indexes returns the keys of a dictionary, or the non-negative indexes for a string or list.

See also hasIndex

Arguments

Parameter Name Default Value Meaning
self string, list, or map object to geet the indexes of

Example

"foo".indexes	// returns [0, 1, 2]