Fundamentals of NewtonScript
[element1, element2, element3, element4, ...]
mixer:= ["Hello", 5, 4.32, "World!", nil]; desserts:= ["cake", "pie", "flan", "ice cream",]; x : = [15, "xyz", {a: 2, b: 3}];You can add, delete, modify, or retrieve elements from arrays. In NewtonScript, you'll use arrays rather than frames if the order of elements is important.
An online version of Programming for the Newton using Macintosh, 2nd ed. ©1996, 1994, Julie McKeehan and Neil Rhodes.
Last modified: 1 DEC 1996