https://ori-lang.com/proposals/approved/remove-dot-prefix-proposal/
Remove Dot Prefix from Named Arguments | OriLang
Remove the `.` prefix from named arguments. Use `name: value` syntax instead of `.name: value`.
named argumentsremovedotprefix
https://treyhunner.com/2018/04/keyword-arguments-in-python/
Keyword (Named) Arguments in Python: How to Use Them
Keyword arguments are one of those Python features that often seems a little odd for folks moving to Python from many other programming languages. It …
how to usenamed argumentskeywordpython
https://crystal-lang.org/reference/1.20/syntax_and_semantics/default_and_named_arguments.html
Default parameter values and named arguments - Crystal
named argumentsdefaultparametervaluescrystal
https://gianlucascocozza.teachable.com/courses/maestro-php-da-zero-ad-esperto/lectures/40406702
Named Arguments | Gianluca Scocozza
named argumentsgianluca
https://tartanllama.xyz/posts/simple-named-boolean-arguments/
Simple Named Boolean Arguments | Sy Brand
simplenamedbooleanargumentssy