kostis1981
Programmer
In my code i use a really big number of functions f,g,... which i define the following way:
Does anyone know a way to define these functions all together, in order to make my code shorter???
Thanx...
Code:
real function f(a,b,c)
...
end function f
real function g(a,b,c)
...
end function g
.
.
Does anyone know a way to define these functions all together, in order to make my code shorter???
Thanx...