Browse thread
"it"
- John Harrison
[
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: | 1994-04-22 (13:00) |
From: | John Harrison <John.Harrison@c...> |
Subject: | "it" |
I'm accustomed to ML compilers which automatically bind the result of the last successful toplevel expression evaluation to a variable "it". This makes interactive use of the toplevel loop much more convenient. Is there something similar available in CAML Light, or is there an easy way to introduce it? John.