Files
2024-08-16 14:06:11 +02:00

16 lines
210 B
Plaintext

# 15 lines 4 code 6 comments 5 blanks
# Comments start with a hash character and continue until the next newline or EOF.
x -> y
x -> y # I am at the end
'#x' -> "#y"
"""
This is a
block comment
"""
y -> z