O
Olaf Petzold
Guest
Hi,
how can I write something like this:
use std.textio.all;
....
write(L, string'("static const char* const version = \"$Revision$\";")
& LF);
where L is of type line.
Thanks,
Olaf
how can I write something like this:
use std.textio.all;
....
write(L, string'("static const char* const version = \"$Revision$\";")
& LF);
where L is of type line.
Thanks,
Olaf