Les types de variables
En cours de rédaction…
Correspondance entre Langages
| Pascal | JavaScript | TypeScript | PHP |
|---|---|---|---|
| string | string | string | ? |
| boolean | boolean | boolean | ? |
| integer | number | ? | ? |
| real / float / double | number | ? | ? |
| ? | undefined | ? | ? |
| ? | null | ? | ? |
| array | array? | ? | ? |
| TObject | object? | ? | ? |
Vous pourriez laisser un commentaire si vous étiez connecté.