Commit 7e04c425dc9817acdf21e331c5108f403a1ad340

Thomas de Grivel 2025-01-07T11:52:26

tag_or, tag_and

diff --git a/.ikc3_history b/.ikc3_history
index 4c0bfbc..be56dfe 100644
--- a/.ikc3_history
+++ b/.ikc3_history
@@ -1,9 +1,3 @@
-1 / 3
-1.0 / 3.0
-1 mod 3
-1/3
-(F64) 1.0 / (F64) 3.0
-1/3
 1/3 * 2
 1/3 * 2 * 3
 (Integer) (1/3 * 2 * 3)
@@ -97,3 +91,9 @@ SMTP.open
 s = SMTP.open("localhost", "25", :plop, :debug, "")
 s = SMTP.open("localhost", "25", :none, :none, "")
 SMTP.close(s)
+1 || 2
+false || 2
+false || false
+false || 0
+true && 1
+true && 10