From 3f70f816d513d5588ccc4a222911bbc99525cce2 Mon Sep 17 00:00:00 2001 From: jwbrase Date: Thu, 6 Feb 2020 10:43:54 -0600 Subject: [PATCH] Added equivalents to Unix echo and shell comments to doc/DDT.md --- doc/DDT.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/DDT.md b/doc/DDT.md index e9374bf9..4eea7800 100644 --- a/doc/DDT.md +++ b/doc/DDT.md @@ -43,3 +43,5 @@ The ◊ character represents typing ESC, or holding down the | man 2 open | | :call open | | dmesg | | :sysmsg | | uptime | | :time | +| echo "Hello World!" | | ^W:◊^VHello World! ^W^V *(in an xfile)* | +| \#Comment | | ^W:◊Comment◊^V *(in an xfile)* | \ No newline at end of file