vyvojova verze 0.7alfa (dema ted nejsou funkci)
[svn/Cll1h/.git] / demo.c
1 #include "cll1.h"
2
3 program2
4 {
5 repeat(2)
6 {
7 printf("Tohle cele delam 2x:\n");
8 repeat(3) printf("Tohle delam 3x...\n");
9 }
10 /*
11 for(create(_Iatom,_IStack),_Iatom->_23=1,push(_Iatom,_Istack);_Iatom->_23||pop(_Iatom,_Istack)&&0;_Iatom->_23--)
12 {
13 printf("_Iatom->_23=[%d] _Iatom->I=[%d]\n",_Iatom->_23,_Iatom->I);
14 for range(_Iatom->I,1,2)
15 {
16 printf("Tohle cele delam 2x:\n");
17 for(create(_Iatom,_IStack),_Iatom->_23=1,push(_Iatom,_Istack);_Iatom->_23||pop(_Iatom,_Istack)&&0;_Iatom->_23--)
18 {
19 printf("_Iatom->_23=[%d] _Iatom->I=[%d]\n",_Iatom->_23,_Iatom->I);
20 for range(_Iatom->I,1,3)
21 {
22 printf("Tohle delam 3x...\n");
23 }
24 }
25 }
26 }
27 */
28 }
This page took 0.365878 seconds and 4 git commands to generate.