mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 11:24:55 +02:00
6 lines
108 B
Lua
6 lines
108 B
Lua
return {
|
|
s("ternary", {
|
|
i(1, "cond"), t(" ? "), i(2, "true"), t(" : "), i(3, "false")
|
|
})
|
|
}
|
|
|