From dc1bb39579d2bdfedc7f5a99315b9f0dc95d15f0 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Wed, 30 Dec 2020 18:31:36 -0500 Subject: Add postfix $ operator to bit --- bin/man1/bit.1 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'bin/man1/bit.1') diff --git a/bin/man1/bit.1 b/bin/man1/bit.1 index b61bc704..06fd182f 100644 --- a/bin/man1/bit.1 +++ b/bin/man1/bit.1 @@ -1,4 +1,4 @@ -.Dd June 7, 2019 +.Dd December 30, 2020 .Dt BIT 1 .Os . @@ -34,6 +34,11 @@ The postfix operators .Sy T are used as constant multipliers. .It +The postfix operator +.Sy $ +is of lowest precedence and is equivalent to +wrapping the preceding expression in parentheses. +.It Single-letter (lower case) variables can be assigned. The variable -- cgit 1.4.1