Just another update
This commit is contained in:
parent
a25938f123
commit
00a190b0a6
6591 changed files with 94363 additions and 23227 deletions
|
|
@ -0,0 +1,11 @@
|
|||
on callback for arg
|
||||
-- Returns a string like "arc has 3 letters"
|
||||
arg & " has " & (count arg) & " letters"
|
||||
end callback
|
||||
|
||||
set alist to {"arc", "be", "circle"}
|
||||
repeat with aref in alist
|
||||
-- Passes a reference to some item in alist
|
||||
-- to callback, then speaks the return value.
|
||||
say (callback for aref)
|
||||
end repeat
|
||||
Loading…
Add table
Add a link
Reference in a new issue