window { title = "Okenko"; edit { variable = "something"; width = 200; } button { text = "Knoflik"; size = 200; } proc = "do_something()"; } /* int fce (int a, float b) { double c = a + b; if (c < 0) c = -c; return c; } */