Constant list
Returns a sequence of a single element of the desired length.
Syntax
constant_list(Integer, Element)
Description
Given an integer and an element , constructs a list with the element repeated times.
Returns a sequence of a single element of the desired length.
constant_list(Integer, Element)
Given an integer and an element , constructs a list with the element repeated times.