Skip to content

Variables in circuits? #12

@hanyuone

Description

@hanyuone

I would like to suggest a new feature: variables in circuits.

They would work like this:

circ test(a,b)->[
  var in_circ=a&b
  in_circ+1
]
out test(1,1)

Which would then output 11.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions