! This tiny game is just intended to test the new array
! facilities introduced by Inform 5.5.
Switches dv5;
Constant DEBUG;
Constant Story "ARRAY TEST";
Constant Headline "^An Interactive Bit of the Sermon on the Mount^";
Include "Parser";
Include "VerbLib";
Global array1 -> 20;
Global array2 --> 20;
Global array3 -> "ABCDEF";
Global array4 -> 3 6 9 12;
Global array5 --> 1 2 3 4 5 6 1000 2000 3000 4000;
Global array6 -> 10;
Global array7 --> 'one' 'two' 'three';
Global array8 --> "un" "deux" "trois";
Global array9 --> lilies #r$Dump #r$Initialise;
Global narray1 string 20;
Global narray2 table 20;
Global narray3 string "GHIJKL";
Global narray4 string 15 18 21 24;
Global narray5 table 1000 2000 3000 4000 6 5 4 3 2 1;
Global narray6 string 10;
Global narray7 table 'four' 'five' 'six';
Global narray8 table "quatre" "cinq" "six";
Global narray9 table lilies #r$Dump #r$Initialise;
Global array10 -> 255 255;
Object The_Fields "Fields"
has light
with description
"Consider the lilies of the fields, how they grow; \
they toil not, neither do they spin; yet I say unto you, \
even Solomon in all his glory was not arrayed such as are \
these.";
Nearby lilies "lilies of the fields"
has scenery
with name "lilies" "lily" "of" "fields",
description
[ i;