lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


The follwoing line does two things:

   myprint = print

1. does a real print
2. correct assignment of myprint

so it works but it prints too! And this is not allowed in my
circumstance. Thats why I would like to catch print.

???

--
Markus