String literals

This commit is contained in:
Mariano Uvalle 2023-05-07 00:00:35 +00:00
parent 021216c94a
commit 25e3b6068d
2 changed files with 25 additions and 0 deletions

View file

@ -1,3 +1,4 @@
// this is a comment
(( )){} // grouping stuff
!*+-/=<> <= == // operators
"some string literal"