presentations/highlight-js/test/detect/lsl/default.txt

12 lines
185 B
Text

default
{
state_entry()
{
llSay(PUBLIC_CHANNEL, "Hello, Avatar!");
}
touch_start(integer num_detected)
{
llSay(PUBLIC_CHANNEL, "Touched.");
}
}