Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRT committed Feb 7, 2020
1 parent d130926 commit ce76a04
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,8 @@ eg `(x,x)` matches `(1,1)` but not `(1,2)`.
# @shouldFail

`@shouldFail(arg)` Is a special construct of MetaModelica.
It succeeds if arg fails, where arg is a local match-equation/statement.
It succeeds if arg fails, where arg is a local match-equation/statement.

# Optional
An optional datatype
SOME(X), NONE(). Works in match statements

0 comments on commit ce76a04

Please sign in to comment.