Commit 6c29155816c4f20b9aee8365fc2384eb2f08d441

Thomas de Grivel 2024-02-22T10:55:04

todo

diff --git a/README.md b/README.md
index 35d38e7..0491d3c 100644
--- a/README.md
+++ b/README.md
@@ -360,21 +360,14 @@ Script interpreter. Works the same as ic3 but is not interactive.
        ic3> op 1 2 3
        true
        ```
-   - if
-     - if cond1
-         then1
-         then2
-       end
-     - if cond1
-         then1
-         then2
-       else
-         else1
-         else2
-       end
+   - DONE if
    - modules
      - defmodule
      - def
+     - defmacro
+     - defoperator
+     - defspecial_operator
+     - defstruct
    - facts
      - negative facts : 4 + 2n = not 3 + 2n
      - with ignore variables