Turtle, Observer, Patch

copy-list [list]

Parameters:
[list] List original list to be copied

Description:
Returns a copy of [list] such that if you edit the copy, you will not edit the original.

Examples:
copy-list [1 2 3] returns the list [1 2 3].

Related Commands:
list make-list sentence