aboutsummaryrefslogtreecommitdiff
path: root/files/ja/glossary/static_typing/index.html
diff options
context:
space:
mode:
authortest <test@tests-MacBook-Pro.local>2021-08-21 16:30:07 +0900
committerpotappo <potappo@gmail.com>2021-08-21 17:44:39 +0900
commit42576d08318d3d825fea7b41d0de5fa11f798318 (patch)
treee9b4f8c422ef0ae46e63e8c79dee0d79b03e4c87 /files/ja/glossary/static_typing/index.html
parent8603ec4d76f559cc34e0892fae548a612eb4faa4 (diff)
downloadtranslated-content-42576d08318d3d825fea7b41d0de5fa11f798318.tar.gz
translated-content-42576d08318d3d825fea7b41d0de5fa11f798318.tar.bz2
translated-content-42576d08318d3d825fea7b41d0de5fa11f798318.zip
用語集 Static typing を翻訳しました。
Diffstat (limited to 'files/ja/glossary/static_typing/index.html')
-rw-r--r--files/ja/glossary/static_typing/index.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/files/ja/glossary/static_typing/index.html b/files/ja/glossary/static_typing/index.html
new file mode 100644
index 0000000000..3f76dc9bba
--- /dev/null
+++ b/files/ja/glossary/static_typing/index.html
@@ -0,0 +1,18 @@
+---
+title: Static typing(静的型付け)
+slug: Glossary/Static_typing
+tags:
+ - CodingScripting
+ - Glossary
+ - Type
+ translation_of: Glossary/Static_typing
+---
+<p><strong>静的型付け</strong>言語(例えば、Java, C, または C++ )とは、コンパイル時に変数の型がわかる言語です。静的型付け言語の多くは、プログラマが明示的に型を指定しなければなりませんが、OCamlのように型推論によってプログラマが変数の型を指定しなくてもよい場合もあります。</p>
+
+<h2 id="Learn_more">詳細はこちら</h2>
+
+<h3 id="General_knowledge">一般的な知識</h3>
+
+<ul>
+ <li>{{Interwiki("wikipedia", "Type system")}} on Wikipedia</li>
+</ul>