On Fri, 21 Dec 2018, Sven Schreiber wrote:
Hi,
am I missing something or why is the following giving me some numbers?
eval printf("\n")
eval printf("\n---\n")
eval printf("\n--- \n")
Because the printf() function returns the number of characters
printed.
Allin