Was my first thought as well, but this is an open weights model. You can run it on your own hardware.
<PropertyGroup>
<LangVersion>preview</LangVersion>
</PropertyGroup> if foo(args)
== 0 then "null"
|> abs
> 100 then "large"
< 10 then "small"
else "medium"
That last syntax took me a while to parse in the paper, but I can imagine numerous places in our everyday code where such syntax would more concisely capture intent.