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