def foo(x y) x + foo(y, 4.0); def zbir(x y) x+y; 23 + 43; 2 + zbir(1,2); extern sin(x); sin(0) + 1;