Comments
Single-line comments in Gor.
Single-line comments start with #:
# This is a comment
let x = 10 # inline commentThere are no multi-line comments.
Single-line comments in Gor.
Single-line comments start with #:
# This is a comment
let x = 10 # inline commentThere are no multi-line comments.