From de4fbddfffe9c3cf39114608e3d3e5268c3cc2e4 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Wed, 30 Dec 2020 19:38:10 -0500 Subject: Add unary & to bit Also unary + and fix precedence of unary -. --- bin/man1/bit.1 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bin/man1') diff --git a/bin/man1/bit.1 b/bin/man1/bit.1 index 06fd182f..b91a10e1 100644 --- a/bin/man1/bit.1 +++ b/bin/man1/bit.1 @@ -27,6 +27,11 @@ The .Sy -> operator is used for arithmetic shift. .It +The unary +.Sy & +operator is equivalent to +.Sy (1 << x) - 1 . +.It The postfix operators .Sy K , .Sy M , -- cgit 1.4.1 dontfiles
summary refs log tree commit diff
path: root/www/photo.causal.agency/2024-06-08/film (unfollow)
Commit message (Collapse)Author
2024-09-07Handle no film being loadedJune McEnroe
2024-09-07Fancy up the text a littleJune McEnroe