Skip to content

Commit

Permalink
Add non-axiomatic IMP example
Browse files Browse the repository at this point in the history
  • Loading branch information
skius committed Jun 22, 2021
1 parent 4e06423 commit 53d61ea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/abs.imp
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
a := 0 - 10;
if a >= 0 then
skip
else
a := a * (0 - 1)
end

0 comments on commit 53d61ea

Please sign in to comment.