Skip to content

Commit

Permalink
Added priority to return rule.
Browse files Browse the repository at this point in the history
  • Loading branch information
mariaKt committed Sep 13, 2024
1 parent b8d3e5e commit 5bc7120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/statement.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module SOLIDITY-STATEMENT
rule <k> return V:TypedVal ; ~> _ => V ~> K </k>
<env> _ => E </env>
<call-stack>... ListItem(frame(K, E)) => .List </call-stack>
<call-stack>... ListItem(frame(K, E)) => .List </call-stack> [owise]
// variable declaration
rule <k> LT:TypeName X:Id = v(V, RT) ; => .K ...</k>
Expand Down

0 comments on commit 5bc7120

Please sign in to comment.