[
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: | 2005-11-30 (23:31) |
From: | Jonathan Roewen <jonathan.roewen@g...> |
Subject: | [Caml-list] printf format strings |
Hi, What is the following for? { fmt %}: convert a format string argument. The argument must have the same type as the internal format string fmt. And how to use it? I get Bad format `%{' in the toplevel. Jonathan