Markdown fixes in README.
This commit is contained in:
parent
39f54f3b55
commit
1913592cf9
27
README.md
27
README.md
|
@ -72,15 +72,14 @@ They are directly mapped on usual operators as follows:
|
||||||
|
|
||||||
| Form | Maps to |
|
| Form | Maps to |
|
||||||
|----------------------|---------|
|
|----------------------|---------|
|
||||||
| più | + |
|
| più | `+` |
|
||||||
| meno | - |
|
| meno | `-` |
|
||||||
| per | * |
|
| per | `*` |
|
||||||
| diviso | / |
|
| diviso | `/` |
|
||||||
|----------------------|---------|
|
| maggiore di | `>` |
|
||||||
| maggiore di | > |
|
| minore di | `<` |
|
||||||
| minore di | < |
|
| maggiore uguale a/di | `>=` |
|
||||||
| maggiore uguale a/di | >= |
|
| minore uguale a/di | `<=` |
|
||||||
| minore uguale a/di | <= |
|
|
||||||
|
|
||||||
So `2 più 4` means `2 + 4`.
|
So `2 più 4` means `2 + 4`.
|
||||||
|
|
||||||
|
@ -139,11 +138,11 @@ directly mapped on C++/C99 types as follows:
|
||||||
|
|
||||||
| Type name | Mapped C type |
|
| Type name | Mapped C type |
|
||||||
|-----------|---------------|
|
|-----------|---------------|
|
||||||
| Necchi | int |
|
| Necchi | `int` |
|
||||||
| Mascetti | char |
|
| Mascetti | `char` |
|
||||||
| Perozzi | float |
|
| Perozzi | `float` |
|
||||||
| Melandri | bool |
|
| Melandri | `bool` |
|
||||||
| Sassaroli | double |
|
| Sassaroli | `double` |
|
||||||
|
|
||||||
A variable is declared with the following statement:
|
A variable is declared with the following statement:
|
||||||
|
|
||||||
|
|
Reference in New Issue
Block a user