X-Git-Url: http://git.harvie.cz/?p=svn%2FCll1h%2F.git;a=blobdiff_plain;f=demos%2Fstromecek.c;fp=demos%2Fstromecek.c;h=0000000000000000000000000000000000000000;hp=40153a47001c83b93c944fcbd9e79a7629d96ed6;hb=e63f1bc2438012b5f2f6592a474892501149af18;hpb=6a60bc82e8b8e6cccd0d4c2214a1f291662215f0 diff --git a/demos/stromecek.c b/demos/stromecek.c deleted file mode 100644 index 40153a4..0000000 --- a/demos/stromecek.c +++ /dev/null @@ -1,18 +0,0 @@ -#include "cll1.h" - -program -{ - const int kmen=28; - int jehlici=0,vetev=0,stromecek=2; - - while(jehlici<=kmen) - { - repeat(kmen-jehlici) echo(" "); - echo("/"); - repeat(jehlici<<1) if (jehlici>1,vetev=0,stromecek++; - } - repeat(kmen) echo(" "); - print("||"); -}