function display(a, b) print(a); print(b); endfunction display("hello", "world");