Browse thread
[Caml-list] getting the value of the first expression
-
Rafael 'Dido' Sevilla
- Dmitry Lomov
- Bruce Hoult
- Markus Mottl
- proff@i...
[
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: | 2001-10-18 (13:02) |
From: | Markus Mottl <markus@o...> |
Subject: | Re: [Caml-list] getting the value of the first expression |
On Thu, 18 Oct 2001, Rafael 'Dido' Sevilla wrote: > emit_parm "ldc" offset; > emit "ind" If you want to return the result of "emit_parm", just bind it: let res = emit_parm "ldc" offset in emit "ind"; res Regards, Markus Mottl -- Markus Mottl markus@oefai.at Austrian Research Institute for Artificial Intelligence http://www.oefai.at/~markus ------------------- Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr