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

15 lines
271 B
Text
Raw Permalink Normal View History

2018-12-07 08:48:05 -06:00
repeat 5 times
if foo is greater than bar then
display dialog "Hello there"
else
beep
end if
end repeat
(* comment (*nested comment*) *)
on do_something(s, y)
return {s + pi, y mod 4}
end do_something
do shell script "/bin/echo 'hello'"