Skip to content
Snippets Groups Projects
id 77 B
Newer Older
  • Learn to ignore specific revisions
  • Bart Wijgers's avatar
    Bart Wijgers committed
    id ( x : int | y : int ) {
        assume x > 0;
        y := x;
        assert y > 0
    }