On this pageclone (Function)Function returns the cloned list.Syntax<OBJECT> list:clone(<OBJECT> list)Query ParametersNameDescriptionDefault ValuePossible Data TypesOptionalDynamiclistThe list to which needs to be cloned.OBJECTNoYesExample 1list:clone(stockSymbols)Function returns cloned list of stockSymbols.