mirror of
https://github.com/Alvin-Zilverstand/femcode.git
synced 2026-03-06 11:06:47 +01:00
feat: Implement single-line comments
This commit is contained in:
6
examples/comments.fem
Normal file
6
examples/comments.fem
Normal file
@@ -0,0 +1,6 @@
|
||||
# This is a single-line comment
|
||||
UwU Boy "Hello, Femcode!" # This is also a comment
|
||||
|
||||
# Another comment line
|
||||
my_variable is 10 # Assigning a value
|
||||
UwU Boy my_variable
|
||||
Reference in New Issue
Block a user