Closed ckamueller closed 5 years ago
Closes #97, and closes #96 in combination with #98.
call!
do ... catch
call
call?
if let ...
if let
Replaces #113
Why replace the old one?
This requires a lot changes from basic external call semantic checks merged into master.
Closes #97, and closes #96 in combination with #98.
call!
always occurs outside ado ... catch
blockcall
inside ado ... catch
blockcall?
is only used in anif let ...
constructif let
is used only withcall?
Replaces #113