Dynamically Linked List 1.0 review
DownloadWritten by Scott NortonIn many ways, AppleScript is like Java, in that the pointers are hidden.
|
![]() |
Written by Scott NortonIn many ways, AppleScript is like Java, in that the pointers are hidden. But they are there, and you have the same capability as in languages like Pascal, C, or Assembler where you have to explicitly create and dereference pointers.
The Dynamically Linked List script example illustrates the use of pointers to dynamically create a doubly-linked list in AppleScript.
Dynamically Linked List 1.0 keywords