summaryrefslogtreecommitdiffhomepage
path: root/ada.html.markdown
diff options
context:
space:
mode:
authorBoris Verkhovskiy <boris.verk@gmail.com>2024-04-02 17:46:08 -0700
committerBoris Verkhovskiy <boris.verk@gmail.com>2024-04-02 17:46:08 -0700
commit6fdb6315e50396001cac9a14fcf3b3266de171e2 (patch)
treef5ac76c26ae6b703ffb2b32f530e05e77244265a /ada.html.markdown
parentc2878077cb0b08b47506787bf719b1430e5a6b42 (diff)
Fix a few broken files
Diffstat (limited to 'ada.html.markdown')
-rw-r--r--ada.html.markdown8
1 files changed, 4 insertions, 4 deletions
diff --git a/ada.html.markdown b/ada.html.markdown
index a06792b3..7191c5dc 100644
--- a/ada.html.markdown
+++ b/ada.html.markdown
@@ -2,10 +2,10 @@
language: Ada
filename: learn.ada
contributors:
- ["Luke A. Guest", "https://github.com/Lucretia"]
- ["Fernando Oleo Blanco", "https://github.com/Irvise"]
- ["Fabien Chouteau", "https://github.com/Fabien-Chouteau"]
- ["Manuel", "https://github.com/mgrojo"]
+ - ["Luke A. Guest", "https://github.com/Lucretia"]
+ - ["Fernando Oleo Blanco", "https://github.com/Irvise"]
+ - ["Fabien Chouteau", "https://github.com/Fabien-Chouteau"]
+ - ["Manuel", "https://github.com/mgrojo"]
---
Ada is a strong statically typed imperative, [object-oriented](https://ada-lang.io/docs/arm/AA-3/AA-3.9), [real-time](https://ada-lang.io/docs/arm/AA-D), [parallel](https://ada-lang.io/docs/arm/AA-9) and [distributed](https://ada-lang.io/docs/arm/AA-9) programming language from the Pascal/Algol family of languages, but nowadays, it only has a passing resemblance to Pascal, with the only remnants left being the ```begin/end``` keyword pair, the ```:=``` assignment symbol, records and ```if/case``` control statement structures.