4 lines
98 B
Text
4 lines
98 B
Text
// this is a comment
|
|
(( )){} // grouping stuff
|
|
!*+-/=<> <= == // operators
|
|
"some string literal"
|