File: table.test

package info (click to toggle)
stx2any 1.56-2.3
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 748 kB
  • sloc: sh: 312; python: 288; lisp: 137; makefile: 126; sed: 1
file content (32 lines) | stat: -rw-r--r-- 670 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32

w_beg(table, p, c)
Emigration is nice! || foo //
Immigration is even nicer! || bar //
w_end(table)

w_beg(table, l, l, p)
account || name || miscellaneous notes //
----
pkalliok || Panu || not trustworthy, but a nice fellow overall.  Good to
get acquainted with. //
atehwa || Panu || the same person //
root || superuser || found in every Unix under the sky //
w_end(table)

w_beg(table, r, c, l)
j||"||,//
L|| ||J//
w_bq||_||'//
w_end(table)

dnl w_beg(listtable, r, p, p)
dnl * first row
dnl   * first row, first item
dnl   * first row, second item
dnl * second row
dnl   * second row, first item
dnl   * second row, second item
dnl w_end(listtable)

- still works?