xxxxxxxxxx
# This is a single-line comment (in GDScript)
"""
This is a multi-line comment
"""
# Note that multi-line comment is just a multi line string and is read as a string by the compiler.
# Reference/source : https://www.youtube.com/watch?v=r2SMyN1qCaA