mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
1ac8e11bba
Allow variable declarations mixed with code, also in nested blocks with proper scoping, and with variable initializers. E.g: function fn(int a) { int b; int c = 10; if a > 20 then { b = 30; int d = c * 2; print a, b, c, d; } string s = "Hello"; } |
||
---|---|---|
.. | ||
old | ||
sbase | ||
slides | ||
slt2001 | ||
tex | ||
bird.conf.example | ||
bird.conf.example2 | ||
bird.sgml | ||
kernel-doc | ||
Makefile | ||
prog-foot.sgml | ||
prog-head.sgml | ||
prog-intro.sgml | ||
prog-root | ||
prog-spell.sed | ||
reply_codes |