Name

change — Changes a list

Synopsis

list change ( list  LIST ,
  any  value );

Parameters

list LIST

any value

Return

list

Description

DO NOT use this yet. Its for a special requst, not for common use!!! changes the list LIST adds a new element

Usage

  change ([1, 4], 8) -> [1, 4, 8]