order_by_int renamed to order_by_num + some experiments with lists
[svn/Cll1h/.git] / demos / column.c
CommitLineData
30628092 1#include "cll1.h"
2
3program
4{
5 char *ptr;
6 parse("/etc/passwd")
7 {
8 column(ptr,_,':',6);
9 if(ptr)puts(ptr);
10 }
11 done;
12}
This page took 0.123073 seconds and 4 git commands to generate.