summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorn <@>2024-01-10 19:06:32 +0200
committern <@>2024-01-10 19:06:32 +0200
commit43f0164903da3542b44883147d5e93d38161dfc5 (patch)
tree7cf27e985587e4265c15133941ce8d0404ed2ea3
parentdbd7f89f422458dcb2311ce09275e2b6ccbb8b50 (diff)
rm notes.txt
-rw-r--r--notes.txt26
1 files changed, 0 insertions, 26 deletions
diff --git a/notes.txt b/notes.txt
deleted file mode 100644
index a924b32a..00000000
--- a/notes.txt
+++ /dev/null
@@ -1,26 +0,0 @@
-A object in k A() stack-allocated C array
-B bool B() if .. break
-C char C() case
-D D() default
-E E() else
-F double F() for
-G byte (alias for char) G() static const C array
-H short H()
-I int I() if
-J J() else if
-K alias for A K() evaluate k-string
-L long long L() length of a C array
-M local macro M() local macro
-N size_t N() error pass-through
-O O()
-P P() if .. return ..
-Q Q() assert
-R R() case .. return ..
-S string (const char*) S() switch
-T T()
-U unsigned int U()
-V void V()
-W unsigned long long W() while
-X X() switch(xt){..}
-Y Y() switch(yt){..}
-Z static Z() -