GoLox/scripts/tokens.lox

6 lines
91 B
Plaintext
Raw Normal View History

2024-09-23 08:32:55 +00:00
// this is a comment
(( )){} // grouping stuff
!*+-/ =<> <= == // operators
2024-09-23 10:56:32 +00:00
"aurgh"
69.621