next up previous
Next: 4.1.1.3 繰り返し構文 Up: 4.1.1 複数の文を並べる Previous: 4.1.1.1 条件判断(論理式)

4.1.1.2 条件判断による分岐

If[test, then-statement, else-statement] と すると分岐が実現できる。例えば

		If [1+1==2, Print["Yes, you are right."], Print["No, you are wrong."]]


next up previous
Next: 4.1.1.3 繰り返し構文 Up: 4.1.1 複数の文を並べる Previous: 4.1.1.1 条件判断(論理式)
Masashi Katsurada
平成20年10月18日