VList: Difference between revisions

Content added Content deleted
(Add Component Pascal example)
m (→‎{{header|Component Pascal}}: Fix "Cdr" comment)
Line 503: Line 503:
END Cons;
END Cons;


(** Remove the first element of "l". It is an error for "l" be empty. **)
(** Remove the first element of "l". Unlike Common Lisp it is an error for "l" be empty. **)
PROCEDURE (VAR l: List) Cdr* (), NEW;
PROCEDURE (VAR l: List) Cdr* (), NEW;
(* primary operation #3 *)
(* primary operation #3 *)