1bool = true
2/* string = "another string" */
3/* comment */
4number=4711
5float=1.234e3
6
7message("This is a string passed to the message() function")
8