changed sample formatting
This commit is contained in:
@@ -69,4 +69,4 @@ print(a, '\n');
|
|||||||
# and frees the old one.
|
# and frees the old one.
|
||||||
#
|
#
|
||||||
# ------------------------------------------------------------------------- #
|
# ------------------------------------------------------------------------- #
|
||||||
# ------------------------------------------------------------------------- #
|
# ------------------------------------------------------------------------- #
|
||||||
|
|||||||
@@ -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.
|
||||||
#
|
#
|
||||||
# ------------------------------------------------------------------------- #
|
# ------------------------------------------------------------------------- #
|
||||||
# ------------------------------------------------------------------------- #
|
# ------------------------------------------------------------------------- #
|
||||||
|
|||||||
@@ -35,4 +35,4 @@ if 1 == 1:
|
|||||||
}
|
}
|
||||||
#
|
#
|
||||||
# ------------------------------------------------------------------------- #
|
# ------------------------------------------------------------------------- #
|
||||||
# ------------------------------------------------------------------------- #
|
# ------------------------------------------------------------------------- #
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
|
|
||||||
|
|
||||||
# ------------------------------------------------------------------------- #
|
# ------------------------------------------------------------------------- #
|
||||||
# --- Loops --------------------------------------------------------------- #
|
# --- Loops --------------------------------------------------------------- #
|
||||||
#
|
#
|
||||||
@@ -35,4 +34,4 @@ while i < 10;
|
|||||||
|
|
||||||
#
|
#
|
||||||
# ------------------------------------------------------------------------- #
|
# ------------------------------------------------------------------------- #
|
||||||
# ------------------------------------------------------------------------- #
|
# ------------------------------------------------------------------------- #
|
||||||
|
|||||||
Reference in New Issue
Block a user