Single Line Comment
Flow-Wing supports single line comments. They start with /;
.
Example Usage:
/; This is a single line comment
print("Hello, World!")
Output:
Hello, World!
Flow-Wing supports single line comments. They start with /;
.
/; This is a single line comment
print("Hello, World!")
Output:
Hello, World!