changed sample formatting

This commit is contained in:
Francesco Cozzuto
2021-11-05 00:16:34 +01:00
parent 9458632b27
commit af21e3b038
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -69,4 +69,4 @@ print(a, '\n');
# and frees the old one. # and frees the old one.
# #
# ------------------------------------------------------------------------- # # ------------------------------------------------------------------------- #
# ------------------------------------------------------------------------- # # ------------------------------------------------------------------------- #
+2 -1
View File
@@ -25,6 +25,7 @@ print('Hello, world!\n');
print(1, 2, 3, '\n'); print(1, 2, 3, '\n');
#
# ------------------------------------------------------------------------- # # ------------------------------------------------------------------------- #
# --- Variables and expressions ------------------------------------------- # # --- Variables and expressions ------------------------------------------- #
# #
@@ -91,4 +92,4 @@ print(6 != 6, '\n'); # false
# while the others are only available for numeric types. # while the others are only available for numeric types.
# #
# ------------------------------------------------------------------------- # # ------------------------------------------------------------------------- #
# ------------------------------------------------------------------------- # # ------------------------------------------------------------------------- #
+1 -1
View File
@@ -35,4 +35,4 @@ if 1 == 1:
} }
# #
# ------------------------------------------------------------------------- # # ------------------------------------------------------------------------- #
# ------------------------------------------------------------------------- # # ------------------------------------------------------------------------- #
+1 -2
View File
@@ -1,5 +1,4 @@
# ------------------------------------------------------------------------- # # ------------------------------------------------------------------------- #
# --- Loops --------------------------------------------------------------- # # --- Loops --------------------------------------------------------------- #
# #
@@ -35,4 +34,4 @@ while i < 10;
# #
# ------------------------------------------------------------------------- # # ------------------------------------------------------------------------- #
# ------------------------------------------------------------------------- # # ------------------------------------------------------------------------- #