From a7e3e421dbc78ac988862a459c4077877a4ecba7 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 16 Jan 2021 10:39:09 -0800 Subject: Deprecated #(...)# block comments --- README.md | 1 - 1 file changed, 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 3317209..ec01682 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,6 @@ Pattern | Meaning `pat1==pat2` | `pat1`, assuming `pat2` also matches with the same length `pat1!=pat2` | `pat1`, unless `pat2` also matches with the same length `name:pat2` | `name` is defined to mean `pat` -`#( block comment )#` | A block comment `# line comment` | A line comment See `man ./bp.1` for more details. -- cgit v1.2.3