TextWindow object

E862632

The TextWindow object is a core Small Basic component that provides a simple text-based console for input and output operations in beginner-friendly programs.

All labels observed (1)

Label Occurrences
TextWindow object canonical 1

How this entity was disambiguated

Statements (48)

Predicate Object
instanceOf Small Basic object ⓘ
console I/O component ⓘ
accessedInCodeAs TextWindow ⓘ
belongsTo Small Basic standard library ⓘ
linked to: Small Basic
complexity beginner-friendly ⓘ
designedFor beginner programmers ⓘ
teaching programming fundamentals ⓘ
documentationAvailableAt Microsoft Small Basic official documentation ⓘ
hasAbstractionLevel high-level ⓘ
hasFeature simple console interface ⓘ
text-based user interaction ⓘ
hasMethod Clear ⓘ
Pause ⓘ
Read ⓘ
ReadKey ⓘ
Write ⓘ
WriteLine ⓘ
hasProperty BackgroundColor ⓘ
CursorLeft ⓘ
CursorTop ⓘ
ForegroundColor ⓘ
Height ⓘ
Left ⓘ
Title ⓘ
Top ⓘ
Width ⓘ
hasPurpose provide text-based input and output ⓘ
support beginner-friendly programming ⓘ
inputType keyboard text input ⓘ
interactionMode console-based ⓘ
language Small Basic ⓘ
outputType text display ⓘ
partOf Microsoft Small Basic ⓘ
linked to: Small Basic
primaryDomain educational programming ⓘ
providedBy Microsoft ⓘ
relatedTo GraphicsWindow object ⓘ
Program object ⓘ
runsIn Small Basic runtime environment ⓘ
supports changing text colors ⓘ
character-based input ⓘ
clearing the screen ⓘ
line-based input ⓘ
positioning the cursor ⓘ
typicalUseCase console utilities ⓘ
educational examples ⓘ
simple games ⓘ
usedFor displaying text on the screen ⓘ
reading user input from the keyboard ⓘ

How these facts were elicited

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

Small Basic → hasComponent → TextWindow object ⓘ