13.02.2016, 07:54
For example, I have a function like this:
It errors... How to get each variable, or use them?
Thanks
Код:
forward my_printf(format[], {Float,_}:...)
public my_printf(format[], {Float,_}:...)
{
return printf(format, {Float,_}:...);
}
Thanks
