8 lines
151 B
Text
8 lines
151 B
Text
when flag clicked
|
|
set String to "meow"
|
|
set Count to 4
|
|
set Repeated to ""
|
|
repeat Count
|
|
set Repeated to (join (Repeated) (String))
|
|
end
|
|
stop this script
|