> an argument in a proc as static, you tell to the compiler that this argument > should only accept arguments known at compile-time
Thank you. It worked and seems to be the thing I just want. And about template, because its doing is a substitution, if I define _const_ as another line inside it, I could not use it as a proc in my main code any more. Code substituted will be a statement. I guess.
