Hi Gabriel, On 12/26/2011 09:09 AM, Gabriel Scherer wrote: > I played with the toplevel a bit, but was frustrated by the limitation > of one-liner input. > Even in an interactive toplevel it is nice, I think, to be able to > write multiline programs. I uploaded a new version a few minutes ago. Now, you can use "multiline true" to tell the toplevel that you will use ;; as an end of input instead of the newline (and "multiline false;;" to switch back). My patch is inspired from yours, but with minimal changes to the current code. It works for me, but I would be happy to get feed back from "multi-line users". --Fabrice