Alpha Check
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-06.)
Alpha Check has 5 facts recorded in Dontopedia across 1 reference.
Mostly:calls function(1), declares variable(1), contains conditional(1)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (2)
Other subjects in dontopedia point AT this entity as a value. These are inverse relationships — e.g. "X motherOf this subject" — and answer questions the forward facts can't. Grouped by predicate.
containsConditionalContains Conditional(1)
- For Loop
ex:for-loop
performsCheckPerforms Check(1)
- Can Make Word Function
ex:can-make-word-function
Other facts (5)
The long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.
| Predicate | Value | Ref |
|---|---|---|
| Calls Function | Isalpha | [1] |
| Declares Variable | Variable D | [1] |
| Contains Conditional | D Check | [1] |
| Assigns to Output | Variable Out | [1] |
| Increments Variable | Variable J | [1] |
Timeline
Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.
References (1)
ctx:discord/blah/omega/627- full textomega-627text/plain3 KB
doc:agent/omega-627/50a489f5-f0cd-4230-9b2f-d4362d00e705Show excerpt
[2025-12-05 22:19] uncloseai [bot]: ```c // t9_words_to_numbers.c #include <stdio.h> #include <ctype.h> #include <string.h> static char t9map(char c) { c = toupper((unsigned char)c); if (c < 'A' || c > 'Z') return 0; if (c <= 'C') re…
See also
Keep researching
Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.