Comments
Comments in Pyr starts with a #
and go to the end of the line.
# This is a comment
# print("Hello World")
# ^ Skipped
Multiline comments are currently not supported but are planned.
Comments in Pyr starts with a #
and go to the end of the line.
# This is a comment
# print("Hello World")
# ^ Skipped
Multiline comments are currently not supported but are planned.