Skip to content

Hello, I encountered a situation and I would like to know if there is a way to achieve it. Please take a look at my code #320

@jiangzhuangxiansheng

Description

@jiangzhuangxiansheng

Hello, I encountered a situation and I would like to know if there is a way to achieve it. Please take a look at my code:

var target = new Interpreter()
.SetVariable("a", 10)
.SetVariable("b", 5);
var expression = "a + b";

I would like to obtain the expression "10 + 5"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions