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
+2 -1
View File
@@ -25,6 +25,7 @@ print('Hello, world!\n');
print(1, 2, 3, '\n');
#
# ------------------------------------------------------------------------- #
# --- Variables and expressions ------------------------------------------- #
#
@@ -91,4 +92,4 @@ print(6 != 6, '\n'); # false
# while the others are only available for numeric types.
#
# ------------------------------------------------------------------------- #
# ------------------------------------------------------------------------- #
# ------------------------------------------------------------------------- #