mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 05:20:00 -04:00
12 lines
94 B
Text
12 lines
94 B
Text
|
|
# vim: ft=meson
|
||
|
|
|
||
|
|
x = cond ?
|
||
|
|
iftrue :
|
||
|
|
iffalse
|
||
|
|
|
||
|
|
x = cond
|
||
|
|
? iftrue
|
||
|
|
: iffalse
|
||
|
|
|
||
|
|
x = cond ?
|