1function Redefinition()
2    sin = %pi + 1;
3    isempty = %pi + 1;
4    private = %pi + 1;
5endfunction
6
7function private()
8endfunction