; pro test2 print, 'hello' print, square_root(9) end ; ; function square_root, x return, sqrt(x) end