From f7693da13bda23f739f81a1d31e0ee04c5f5fc48 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Damien=20Fran=C3=A7ois?= <damien.francois@uclouvain.be>
Date: Fri, 10 Nov 2023 07:40:48 +0000
Subject: [PATCH] Update slides.md: remove ! as a logical negation operator

---
 slides.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides.md b/slides.md
index 313831a..b1a9450 100644
--- a/slides.md
+++ b/slides.md
@@ -348,7 +348,7 @@ Consists of one or more logical operators and logical, numeric or relational ope
 |     `.EQV.`     |     `==`     |     `A .EQV. B`      |  logical equivalence |
 |     `.NEQV.`    |     `/=`    |     `A .NEQV. B`      |  logical inequivalence |
 |     `.XOR.`     |     `/=`     |     `A .XOR. B`      |  exclusive `OR` (same as `.NEQV.`) |
-|     `.NOT.`     |     `!`     |     `.NOT. A`      |  logical negation |
+|     `.NOT.`     |             |     `.NOT. A`      |  logical negation |
 
 ---
 
-- 
GitLab