mirror of
https://github.com/KeymonSoft/AdditionalLibs.git
synced 2026-04-18 03:39:23 +00:00
4 lines
99 B
Plaintext
4 lines
99 B
Plaintext
'Iterates with respect to keys in a map.
|
|
For Each $varName$ As String In $mapName$.Keys
|
|
$end$
|
|
Next |