vertical bar
(redirected from Pipe (punctuation))vertical bar
(character)The character "|", ASCII code 124.
Common names: bar; or; or-bar; v-bar; pipe; vertical bar. Rare: ITU-T: vertical line; gozinta; thru; pipesinta; INTERCAL: spike.
"Pipe", "gozinta", "thru" and "pipesinta" refer to the use of "|" in Unix shells to create a pipe.
Some keyboards show both a solid vertical bar (code 124) and a broken vertical bar (code 166).
Common names: bar; or; or-bar; v-bar; pipe; vertical bar. Rare: ITU-T: vertical line; gozinta; thru; pipesinta; INTERCAL: spike.
"Pipe", "gozinta", "thru" and "pipesinta" refer to the use of "|" in Unix shells to create a pipe.
Some keyboards show both a solid vertical bar (code 124) and a broken vertical bar (code 166).
This article is provided by FOLDOC - Free Online Dictionary of Computing (foldoc.org)
muntin

muntin, 2

muntin, 1
1. A secondary framing member to hold panes within a window, window wall, or
McGraw-Hill Dictionary of Architecture and Construction. Copyright © 2003 by McGraw-Hill Companies, Inc.
vertical bar
The vertical bar character (|), located over the backslash (\) key, is used as an OR operator. In the C/C++ language, two vertical bars are used; for example, if (x == 'a' || x == 'b') means "if X is equal to A or B." It is also used as a pipe symbol, which directs the output of one process to another. See filters and pipes.Copyright © 1981-2019 by The Computer Language Company Inc. All Rights reserved. THIS DEFINITION IS FOR PERSONAL USE ONLY. All other reproduction is strictly prohibited without permission from the publisher.