Hi, i have one yaws file(let say a.yaws) inside that I have a lot of function which i m using again and again .so i have decided to put those common function inside the other yaws file (let say common.yaws) and include this yaws to a.yaws. so what is the correct syntax for this. i m using it but seems not including the file -include("common.yaws").
thanx in adavance.