Skip to content

Sticky reverse #44

@vektor8891

Description

@vektor8891

If you reverse a list in a function, the original will be reversed too.

(def a [1 2 3])
(def b (reverse a))
(print b) ; ▸[3,2,1]
(print a) ; ▸[3,2,1]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions