「ExampleChap4」の編集履歴(バックアップ)一覧はこちら
ExampleChap4 - (2011/02/24 (木) 08:29:10) の1つ前との変更点
追加された行は緑色になります。
削除された行は赤色になります。
#co(){
Chapter 4 Expressions and Simple Functions
The previous examples gave an impression of what can be done with Scala. We now introduce its constructs one by one in a more systematic fashion. We start with the smallest level, expressions and functions.
}
* 第 4 章 式と簡単な関数
先の例は、Scala で何ができるかの印象を与えました。ここでは構文をより体系的に紹介します。最も簡単なレベルの、式と関数から始めます。
- [[4.1 式と簡単な関数 >Example4.1]]
- [[4.2 引数 >Example4.2]]
- [[4.3 条件式 >Example4.3]]
- [[4.4 例 : ニュートン法による平方根計算 >Example4.4]]
- [[4.5 ネストした関数 >Example4.5]]
- [[4.6 末尾再帰 >Example4.6]]
#center(){[[前ページ>ExampleChap3]] [[ 4 章>ExampleChap4]] [[目次>ScalaByExample和訳]] [[次ページ>Example4.1]]}
----
#comment
#co(){
aaaaaChapter 4 Expressions and Simple Functions
The previous examples gave an impression of what can be done with Scala. We now introduce its constructs one by one in a more systematic fashion. We start with the smallest level, expressions and functions.
}
#setmenu2(ex-r-menu)
* 第 4 章 式と簡単な関数
先の例は、Scala で何ができるかの印象を与えました。ここでは構文をより体系的に紹介します。最も簡単なレベルの、式と関数から始めます。
- [[4.1 式と簡単な関数 >Example4.1]]
- [[4.2 パラメータ >Example4.2]]
- [[4.3 条件式 >Example4.3]]
- [[4.4 例 : ニュートン法による平方根計算 >Example4.4]]
- [[4.5 ネストした関数 >Example4.5]]
- [[4.6 末尾再帰 >Example4.6]]
#center(){[[前ページ>ExampleChap3]] [[ 4 章>ExampleChap4]] [[目次>ScalaByExample和訳]] [[次ページ>Example4.1]]}
----
#comment