Choose desired colors: Text Cursor Background Data Types Events String Literals Constant Flow Control Function Comment /* A sample script */ default { state_entry() { // Comment string greeting = "Hello"; llSay(PUBLIC_CHANNEL, greeting); } }