4 lines
65 B
Text
4 lines
65 B
Text
|
|
if (foo == bar || (def baz := lookup(foo)) != null) {
|
||
|
|
...
|
||
|
|
}
|