I’ve created an `infix function` that returns a `K...
# announcements
d
I’ve created an
infix function
that returns a
KFunction1
basically for call an infix function with 2 params ( 1 param + a lamba ). Example:
Copy code
( root child "node" ) { 
    it attr "child node 1"
    it childValue "child node 2"
    it childValue "child node 3"
}