fork download
  1. type
  2. CharArray = array['A'..'E', int]
  3. var
  4. x: CharArray
  5. x = [1,2,3,4,5]
  6. echo x['A']
Success #stdin #stdout 0s 4504KB
stdin
Standard input is empty
stdout
1