Join Slack
Communities
Powered by
An alternative might be: ``` doc.body.apply { ad...
# kweb
i
Ian
03/16/2017, 5:57 PM
An alternative might be:
Copy code
doc.body.apply { addChild(h1().setText(”Hello”)) addChild(p().setText(”A paragraph”)) }
But now our DSL will have
addChild
calls everywhere 😕
Open in Slack
Previous
Next