Commit inicial

This commit is contained in:
2024-03-18 19:25:08 -06:00
commit 5a89c50ef2
161 changed files with 26070 additions and 0 deletions

4
B4A/Snippets/for.txt Normal file
View File

@@ -0,0 +1,4 @@
'Iterates with respect to keys in a map.
For Each $varName$ As String In $mapName$.Keys
$end$
Next