Navigation
Synopsis Create a node given its function name and arguments.
Function node makeNode(str N, value V..., map[str, value] keywordParameters = ())
Usage import Node;
Examples
rascal>import Node;
ok
rascal>makeNode("f", [10, "abc"]);
node: "f"(10,"abc")
Is this page unclear, or have you spotted an error? Please add a comment below and help us to improve it. For all other questions and remarks, visit ask.rascal-mpl.org.