Files
Document-Management-System-…/vendor/scrivo/highlight.php/test/detect/applescript/default.txt

15 lines
271 B
Plaintext
Raw Normal View History

2021-04-07 19:25:18 -04: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'"