Browse thread
Ocaml compiler features
[
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: | Edgar Friendly <thelema314@g...> |
| Subject: | Re: [Caml-list] Ocaml compiler features |
skaller wrote: > So is your syntax: > > if cond1 then e1 > elif cond2 then e2 > .. > else el > endif > that would do what I want. Now is it possible to keep the open syntax as well, for the ?: uses of if/then/else? E.