files brynjarh23 found on the basement computer

This commit is contained in:
2025-10-16 14:42:56 +00:00
parent 6e31fe8cad
commit b820ff3a07
3784 changed files with 654066 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
# LITERAL1 specifies constants
#HIGH LITERAL1 Constants
# KEYWORD1 specifies datatypes and C/C++ keywords
#boolean KEYWORD1 BooleanVariables
# operators aren't highlighted, but may have documentation
#+= IncrementCompound
# these are datatypes, but we've also defined functions to cast to them
#boolean KEYWORD2 boolean_
# KEYWORD2 specifies methods and functions
#abs KEYWORD2 Abs