summaryrefslogtreecommitdiffhomepage
path: root/ada.html.markdown
diff options
context:
space:
mode:
authorAdam Bard <github@adambard.com>2024-04-02 18:33:07 -0700
committerGitHub <noreply@github.com>2024-04-02 18:33:07 -0700
commitf26a6041addef92ce69a732f903a120c59666c1b (patch)
treef5ac76c26ae6b703ffb2b32f530e05e77244265a /ada.html.markdown
parent21baba2003994bfe7f8787e20bbd3d56deb56323 (diff)
parent6fdb6315e50396001cac9a14fcf3b3266de171e2 (diff)
Merge pull request #4873 from verhovsky/fixes
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.