diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-06-24 05:43:37 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-06-24 05:43:37 +0200 |
commit | 4b1e1e7c6960cdd19ec4c001ad2c86e7cfa99c70 (patch) | |
tree | 81cbbe21aa28371ea621c598181450cbb486daa4 /README | |
parent | 80ef5fb48853052d75184e1fe2fa8735d3b37576 (diff) |
Change header formatting
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,4 +1,6 @@ + ────────────────────────────────── Oryx — Programming Made Better + ────────────────────────────────── Oryx is named after the oryx animal. This means that when referring to Oryx the programming language in languages other than English you should @@ -6,9 +8,9 @@ use the given language’s translation of the animal’s name (e.g. ‘Órix’ Portuguese or ‘Όρυξ’ in Greek) as opposed to using the English name. - ┌────────────────────────────┐ - │ Existing Language Features │ - └────────────────────────────┘ + ────────────────────────────── + Existing Language Features + ────────────────────────────── 1. The following datatypes are supported. The unsized integer types default to the systems word size (typically 64 bits). |