ogma icon indicating copy to clipboard operation
ogma copied to clipboard

[FEATURE] Falibility operator

Open kurtlawrence opened this issue 2 years ago • 0 comments

Description

Syntax to support a falibility operator, which applies a default when a runtime error occurs. Similar to [Option,Result]::unwrap_or(_).

Thinking that the syntax would look like cmd arg1 .. argN ? <default>

  • [ ] Bikeshed the keyword/symbol
  • [ ] Bikeshed the name default (alternate?)

kurtlawrence avatar Jul 31 '22 03:07 kurtlawrence