``` s(menu, menuButton, otherThing) { ... } ``...
# tornadofx
r
Copy code
s(menu, menuButton, otherThing) {
    ...
}
👍 2