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

8
B4A/Snippets/select.txt Normal file
View File

@@ -0,0 +1,8 @@
Select $var$
Case $val1$
$do_something1$
Case $val2$
$do_something2$
Case Else
$do_something3$
End Select