Jump to content

Talk:Flag (programming)

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by VahurzpuBot (talk | contribs) at 16:23, 3 August 2023 (Task 1: Remove redirect-class assessment from non-redirect). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
WikiProject iconComputing Unassessed
WikiProject iconThis article is within the scope of WikiProject Computing, a collaborative effort to improve the coverage of computers, computing, and information technology on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
???This article has not yet received a rating on Wikipedia's content assessment scale.
???This article has not yet received a rating on the project's importance scale.

Merge

Flag word should be merged into Flag (computing). I believe that the article is basically talking about status registers. It needs sources and citations but a merge into this article is highly appropriate. WTucker (talk) 02:05, 19 December 2009 (UTC)[reply]

Authority

I am not aware of any clear definition of the word flag in the context of software. I assume that there are clear definitions relevant to more specific contexts, but nothing specific in the context of programming generally. A flag might be a boolean value or it might be some other type of data such as a character. The term flag was used extensively when I was a COBOL programmer and at that time there was no such thing as bit flags (as described in this article) in the COBOL language. So any definition of the word flag should definitely have an authority. Sam Tomato (talk) 16:07, 7 July 2011 (UTC)[reply]