Skip to content

Possible to concatenate strings? #29

@rgraff

Description

@rgraff

I was hoping that this would automagically work?

Abacus.eval("concat(a,b)", %{"a" => "hello ", "b" => "world"})
error: undefined variable "var0"

Abacus.eval("a + \" \" + b", %{"a" => "hello", "b" => "world"})
{:error, %ArithmeticError{message: "bad argument in arithmetic expression"}}

I don't see any string functions in the source code.

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