-
-
Notifications
You must be signed in to change notification settings - Fork 0
Table
Marxos edited this page Sep 7, 2023
·
1 revision
A table is a special structure in the OS for holding data. Every table should have a name. It can be as small as a single element (called a variable.
Tables are 2 dimensional structures, sorted or indexed by a hashable first element.
Singularity