added docs

This commit is contained in:
Francesco Cozzuto
2021-11-05 01:12:05 +01:00
parent af21e3b038
commit fe6f6b5039
4 changed files with 138 additions and 7 deletions
+2
View File
@@ -32,6 +32,8 @@ do
}
while i < 10;
# Like for if-else statements, variables defined inside the loop
# body are shared with the parent's context.
#
# ------------------------------------------------------------------------- #
# ------------------------------------------------------------------------- #