On Fri, 28 Dec 2001 13:51:11 -0000, "Gleb" <gk1### [at] sotonacuk> wrote:
> #macro Gen
> Gen()
It causes crash only for the same token.
Following scenes generates only parse error:
First:
#macro Gen Test()
Second:
#macro Test()#end
#macro Gen Test()
Third:
#macro Gen() Gen()
Fourth:
#macro Gen Gen
ABX
Post a reply to this message
|