Skip to content

Commit 8336dbd

Browse files
committed
start to translate if.md
1 parent 5478ed4 commit 8336dbd

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

1.6/ja/book/if.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
% if
2-
3-
Rust’s take on `if` is not particularly complex, but it’s much more like the
4-
`if` you’ll find in a dynamically typed language than in a more traditional
5-
systems language. So let’s talk about it, to make sure you grasp the nuances.
2+
<!-- % if -->
3+
4+
<!-- Rust’s take on `if` is not particularly complex, but it’s much more like the -->
5+
<!-- `if` you’ll find in a dynamically typed language than in a more traditional -->
6+
<!-- systems language. So let’s talk about it, to make sure you grasp the nuances. -->
7+
Rustにおける `if` の扱いはさほど複雑ではありませんが、伝統的なシステムプログラミング言語のそれに比べて、
8+
動的型付け言語でみられる `if` にずっと近いものになっています。そのニュアンスをしっかり理解できるよう、
9+
さっそく説明していきましょう。
610

711
`if` is a specific form of a more general concept, the ‘branch’. The name comes
812
from a branch in a tree: a decision point, where depending on a choice,

0 commit comments

Comments
 (0)