ChardScript Comments
Creating a Comment
# This is a comment
echo("Hello World!")echo("Hello World!") # This is a comment# echo("Hello World!")
echo("Comment will not work!")Multi Line Comments
Last updated
# This is a comment
echo("Hello World!")echo("Hello World!") # This is a comment# echo("Hello World!")
echo("Comment will not work!")Last updated
# This is a comment
# written in
# more than just one line
echo("Hello, World!")