repeat() multiple evaluation of N argument was obsolete
[svn/Cll1h/.git] / demos / repeat.c
CommitLineData
04a13a6f 1#include "cll1.h"
2
3program
4{
5 repeat(2)
6 {
420bb771 7 print("Tohle cele delam 2x:");
8 repeat(3) print("Tohle delam 3x...");
04a13a6f 9 }
10}
This page took 0.211036 seconds and 4 git commands to generate.