function function_irgendwas()

a = 1;
b = 2;
c = a+b;
display(c);

end