NewLine("You can run a graphical user Interface With its installed window manager And desktop environment by typing 'startg', and stopping it by typing 'stopg'")
IfIsStartG=TrueThen
NewLine("To run a program, type 'app ' and the program's name, and 'applist' for getting list of available applications")
NewLine("Time is displayed by seconds since 0:00 format such as 660 seconds since midnight is 0:11")
ElseIfStrings.AvailableFeature(5)=3Then
IfStrings.AvailableFeature(6)=1Then
NewLine("Time is displayed by minutes since 0:00 format such as 69 minutes since midnight is 1:09")
ElseIfStrings.AvailableFeature(6)=3Then
IfStrings.AvailableFeature(7)=1Then
NewLine("Time is displayed by hours since 0:00 format such as 19 hours since midnight is 19:00")
ElseIfStrings.AvailableFeature(7)=3Then
IfStrings.AvailableFeature(12)=1Then
NewLine("Time is displayed by PM and AM format, eg: 9 AM, 4 PM")
ElseIfStrings.AvailableFeature(12)=3Then
IfStrings.AvailableFeature(23)=1Then
NewLine("Time is displayed by HH:MM format, eg: 4:20")
EndIf
EndIf
EndIf
EndIf
EndIf
IfStrings.AvailableFeature(24)=1Then
NewLine("Date is displayed in days since first day of the year format, such as 32 days since first day of the year is 1 February")
ElseIfStrings.AvailableFeature(24)=3Then
IfStrings.AvailableFeature(25)=1Then
NewLine("Date is displayed in weeks since first week of the year format, such as 10 weeks since first week of the year is approximately first week of March")
ElseIfStrings.AvailableFeature(25)=3Then
IfStrings.AvailableFeature(26)=1Then
NewLine("Date is displayed in months since first month of the year format, such as 8 months since first month of the year is August")
ElseIfStrings.AvailableFeature(26)=3Then
IfStrings.AvailableFeature(27)=1Then
NewLine("Date is displayed in year format, eg: 2022")
ElseIfStrings.AvailableFeature(27)=3Then
IfStrings.AvailableFeature(28)=1Then
NewLine("Date is displayed in MM/YYYY format, eg: 11/2022")
ElseIfStrings.AvailableFeature(28)=3Then
IfStrings.AvailableFeature(29)=1Then
NewLine("Date is displayed in DD/MM/YYYY format, eg: 20/11/2022")
EndIf
EndIf
EndIf
EndIf
EndIf
EndIf
NewLine("This operating system supports ")
IfStrings.AvailableFeature(10)=1Then
IfStrings.AvailableFeature(13)=1Then
IfStrings.AvailableFeature(14)=1Then
IfStrings.AvailableFeature(15)=1Then
AddLine("16 colors")
Else
AddLine("Black, Dark and Light Gray, White, as well as Red, Green, and Blue with their darker/brighter variant")
EndIf
Else
AddLine("Black, Dark and Light Gray, White, as well as Red, Green, and Blue")
EndIf
Else
AddLine("only in Black, Dark Gray, Light Gray, and White")
EndIf
Else
AddLine("only 2 colors, Black and White")
EndIf
AddLine(". For more information, you can type 'colors' to get the list of supported colors.")
NewLine(Nothing)
IfStrings.AvailableFeature(19)=1Then
NewLine("You can change your username by typing 'username ' and the name of your username")
EndIf
IfStrings.AvailableFeature(20)=1Then
NewLine("You can change your computer name by typing 'hostname ' and the name of your hostname")
EndIf
NewLine(Nothing)
NewLine("You can get more codepoints by guessing the correct number with 'guess'")
IfStrings.AvailableFeature(17)=1Then
AddLine(", writing a text document in 'textpad'")
EndIf
IfStrings.AvailableFeature(34)=1Then
AddLine(", answer basic arithmatical question on 'mathquiz'")