1 2 3 4
//This is script to define a fuction function y = func(x) y = cos(x)*sin(x) - tan(x) + 1 endfunction