Manuals/calci/CAR

CAR(Array)


  • returns the head of the array
  • CDR(Array) gives the tail of the array

Description

  • First element of the array is returned as a value


ZOS

Available in ZOS also

Examples

CAR(1..10)

gives 1

CDR(1..10)

gives

2 3 4 5 6 7 8 9 10


Related Videos

See also


References

CDR