aboutsummaryrefslogtreecommitdiff
path: root/files/ru/glossary/static_typing/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/glossary/static_typing/index.html')
-rw-r--r--files/ru/glossary/static_typing/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/ru/glossary/static_typing/index.html b/files/ru/glossary/static_typing/index.html
index f2336fb220..789e77e12e 100644
--- a/files/ru/glossary/static_typing/index.html
+++ b/files/ru/glossary/static_typing/index.html
@@ -1,10 +1,11 @@
---
title: Статическая типизация
-slug: Словарь/Статическая_типизация
+slug: Glossary/Static_typing
tags:
- Глоссарий
- Тип
translation_of: Glossary/Static_typing
+original_slug: Словарь/Статическая_типизация
---
<p><strong>Статически типизированный</strong> язык — это язык, где типы переменных известны во время компиляции (н-р {{glossary("Java", "Java")}}, C, C++). В большинстве таких языков типы переменных должны быть явно заданы разработчиком. В остальных статически типизированных языках вывод типов (type inference) позволяет не задавать их (н-р OCaml).</p>