mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
aa0c195332
`get` is used to get a property of `args` or a default if the property doesn't exist. `args` was bound to `get` so it obscured dataflow. `get` was usefull when there wasn't a `??` operator.