7 lines
103 B
Text
7 lines
103 B
Text
|
|
let condition = true
|
||
|
|
|
||
|
|
if condition then
|
||
|
|
1 (* evaluate something *)
|
||
|
|
else
|
||
|
|
2 (* evaluate something *)
|