Manuals/calci/CDR

From ZCubes Wiki
Revision as of 02:37, 25 February 2020 by Devika (talk | contribs) (Created page with "<div style="font-size:30px">'''CDR (Array)'''</div><br/> *returns the tail of the array *CAR(Array) gives the head of the array. ==Description== *This function shows the ta...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
CDR (Array)


  • returns the tail of the array
  • CAR(Array) gives the head of the array.

Description

  • This function shows the tail value of the array.
  • Except the head value it will show all the other values.
  • This is the Opposite of Manuals/calci/CAR CAR

ZOS

Available in ZOS also

Examples

CAR(1..10)

gives 1

CAR(Array)