mirror of
https://github.com/Fluffy-Bean/GoLox.git
synced 2025-05-14 07:42:15 +00:00
3 lines
76 B
Text
3 lines
76 B
Text
// this is a comment
|
|
(( )){} // grouping stuff
|
|
!*+-/ =<> <= == // operators
|