|
4 | 4 | <meta charset="utf-8">
|
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 | 6 | <meta name="generator" content="rustdoc">
|
7 |
| - <title>Syntax and Semantics</title> |
| 7 | + <title>シンタックスとセマンティクス</title> |
8 | 8 |
|
9 | 9 | <link rel="stylesheet" type="text/css" href="rustbook.css">
|
10 | 10 |
|
|
185 | 185 | <div id='page'>
|
186 | 186 |
|
187 | 187 |
|
188 |
| - <h1 class="title">Syntax and Semantics</h1> |
189 |
| - <p>This section breaks Rust down into small chunks, one for each concept.</p> |
| 188 | + <h1 class="title">シンタックスとセマンティクス</h1> |
| 189 | + <!-- % Syntax and Semantics --> |
190 | 190 |
|
191 |
| -<p>If you’d like to learn Rust from the bottom up, reading this in order is a |
192 |
| -great way to do that.</p> |
| 191 | +<!-- This section breaks Rust down into small chunks, one for each concept. --> |
193 | 192 |
|
194 |
| -<p>These sections also form a reference for each concept, so if you’re reading |
195 |
| -another tutorial and find something confusing, you can find it explained |
196 |
| -somewhere in here.</p> |
| 193 | +<p>このセクションではRustを1つ1つの概念をそれぞれに分けています。</p> |
| 194 | + |
| 195 | +<!-- If you’d like to learn Rust from the bottom up, reading this in order is a --> |
| 196 | + |
| 197 | +<!-- great way to do that. --> |
| 198 | + |
| 199 | +<p>Rustをボトムアップで学びたいならこのセクションを順番に読んでいくのが近道です。</p> |
| 200 | + |
| 201 | +<!-- These sections also form a reference for each concept, so if you’re reading --> |
| 202 | + |
| 203 | +<!-- another tutorial and find something confusing, you can find it explained --> |
| 204 | + |
| 205 | +<!-- somewhere in here. --> |
| 206 | + |
| 207 | +<p>このセクションはそれぞれの概念に対するリファレンスにもなっているので、他のチュートリアルを読んでいてよく分からないものが出てきたら、ここで説明されている筈です。</p> |
197 | 208 |
|
198 | 209 | <script type="text/javascript">
|
199 | 210 | window.playgroundUrl = "https://play.rust-lang.org";
|
|
0 commit comments