DekGenius.com
[ Team LiB ] Previous Section Next Section

Chapter 14. Coercions

A coercion is a conversion of a value of one datatype to a value of another datatype. This definition implies that there is some sort of equivalence or formula that determines the new value given the old value. In AppleScript, not just any old value can be turned into a value of just any old datatype. This chapter describes how coercions are performed and what coercions are possible.

    [ Team LiB ] Previous Section Next Section