finished ch3 pass 1

This commit is contained in:
Carlos Galindo 2019-12-06 19:35:20 +00:00
parent c52aa12c70
commit aaa086e90b
4 changed files with 17 additions and 4 deletions

View file

@ -23,7 +23,7 @@ digraph G {
x_in [label = "x_in = x"];
y_in [label = "y_in = y"];
call [label = "f()"];
nr [style=dashed];
nr [style=dashed, label = "normal return"];
data [style=dashed, label = "x = x_out"];
y [label = "Y"];
c [label = "catch"];

Binary file not shown.