選擇所要的色彩: 文字 游標 背景 資料類型 活動 字串常值 常數 流程控制 函式 註解 /* 範例腳本 */ default { state_entry() { // 註解 string greeting = "大家好"; llSay(PUBLIC_CHANNEL, greeting); } }