Browse thread
Re: test with several issues
- Valerie Menissier-Morain
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Valerie Menissier-Morain <Valerie.Menissier@i...> |
| Subject: | Re: test with several issues |
This is almost the ``when'' construction of Caml V3.1. In Caml V3.1, you
should write:
when cond1 -> action1
| cond2 -> action2
.
.
.
| condn -> actionn
| _ -> action_default
Vale'rie Me'nissier-Morain