Content deleted Content added
m →PostScript: <source lang="postscript"> |
|||
Line 1,183:
Associative arrays in [[SNOBOL]] are called Tables.
<source lang=
PHONEBOOK = TABLE()
PHONEBOOK['Sally Smart'] = '555-9999'
|
m →PostScript: <source lang="postscript"> |
|||
Line 1,183:
Associative arrays in [[SNOBOL]] are called Tables.
<source lang=
PHONEBOOK = TABLE()
PHONEBOOK['Sally Smart'] = '555-9999'
|