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