Skip to content

Dynamic Assignment #69

@JordanL2

Description

@JordanL2

A new operator := that defines a variable as an expression (all the terms to the right of the operator). The value of the variable is calculated dynamically. E.g.:

a = 1
b = 2
x = a + b # x = 3
a = 4
x # outputs 6

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions