[indent=4] /* Array length, in Genie */ init arr:array of string = {"apple", "orange"} stdout.printf("%d ", arr.length) print arr[1]