From ce76a0496dbbb9aa9963cba00f9ac094f7428c49 Mon Sep 17 00:00:00 2001 From: John Date: Fri, 7 Feb 2020 20:04:35 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c6f4ef..7cb9a75 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file + It succeeds if arg fails, where arg is a local match-equation/statement. + + # Optional + An optional datatype + SOME(X), NONE(). Works in match statements