int a =20; fun test(a, b) { return a*b; } int b =test(6, 3); print(a); print(b);