worked on docs

This commit is contained in:
Francesco Cozzuto
2021-11-05 01:35:32 +01:00
parent fe6f6b5039
commit 1769ffc995
4 changed files with 41 additions and 26 deletions
+14
View File
@@ -93,6 +93,20 @@ print(6 != 6, '\n'); # false
# The equal and not equal operators are available on every type of object,
# while the others are only available for numeric types.
#
# ------------------------------------------------------------------------- #
# --- The boolean type ---------------------------------------------------- #
#
# TODO
#
# ------------------------------------------------------------------------- #
# --- The none value ------------------------------------------------------ #
#
# TODO
#
# ------------------------------------------------------------------------- #
# ------------------------------------------------------------------------- #