From: Richard Kreckel Date: Mon, 3 Feb 2014 08:02:53 +0000 (+0000) Subject: [docs] remind users tho send EOF marker when doing input from cin. X-Git-Tag: release_1-6-3~15 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=6304288112f2418a2f0a14076363646ec3ce2fa3;hp=c42b47b4e23aea926597a9b4bee686d66d066470 [docs] remind users tho send EOF marker when doing input from cin. The example program waiting infinitely for EOF has confused at least one user: --- diff --git a/doc/tutorial/ginac.texi b/doc/tutorial/ginac.texi index d5bea846..2010a9a7 100644 --- a/doc/tutorial/ginac.texi +++ b/doc/tutorial/ginac.texi @@ -6539,7 +6539,9 @@ Sometimes you might want to prevent GiNaC from inserting these extra symbols @} @end example -With this parser, it's also easy to implement interactive GiNaC programs: +With this parser, it's also easy to implement interactive GiNaC programs. +When running the following program interactively, remember to send an +EOF marker after the input, e.g. by pressing Ctrl-D on an empty line: @example #include