let type arr = array of string var a:arr := new arr [5] of "abcd" in if a[0]="abcd" then 1 else 2 end