Files
Dylan Baker e4b644b9c7 interpreter: Add a default() function
This gives a way to conditionally override a keyword argument, such as
when setting a value specifically for one platform. For example,
```meson
library(
  ...,
  name_prefix : host_machine.system() == 'windows' ? '' : default(),
)
```
2026-07-04 19:04:10 +02:00
..
2026-03-04 19:44:58 +01:00