fork download
  1. program ideone;
  2.  
  3. type
  4. TVector = packed record
  5. x, y, z: single;
  6. end;
  7.  
  8. const
  9. aVectors : Array[0..1] of TVector = ((x:1;y:1;z:1),(x:2;y:2;z:2));
  10. begin
  11. (* your code goes here *)
  12. end.
Success #stdin #stdout 0s 280KB
stdin
Standard input is empty
stdout
Standard output is empty