Skip to content

string params  #51

@pilosof

Description

@pilosof

allow string params to user formula for example:

var fObj = new Formula('if(eq(prop(1),prop(2)), "yes", "no")');
fObj.if=function(a,b,c) {...}
fObj.eq=function(a,b) {...}
fObj.prop=function(a) {...}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions