Name | Modified | Size | Downloads / Week |
---|---|---|---|
struct_pgm_z80-20250711.tar.bz2 | 2025-07-12 | 21.6 kB | |
struct_pgm_z80-20231126.tar.bz2 | 2023-11-27 | 21.5 kB | |
struct_awk-20231104.tar.bz2 | 2023-11-05 | 6.9 kB | |
struct_awk-20220803.tar.bz2 | 2022-08-03 | 23.4 kB | |
struct_awk-20161204.tar.bz2 | 2016-12-04 | 19.6 kB | |
struct_awk-20160822.tar.bz2 | 2016-08-23 | 19.5 kB | |
struct_awk-20160731.tar.bz2 | 2016-07-31 | 19.2 kB | |
struct_awk-20151101.tar.bz2 | 2015-11-02 | 18.0 kB | |
README.txt | 2015-10-17 | 414 Bytes | |
Makefile.example | 2015-10-17 | 665 Bytes | |
Totals: 10 Items | 150.8 kB | 3 |
Extract the structured tarball to /usr/local/share/awk. The Makefile.example shows how to use the structured macros. Here are some examples for the structures. _if_range(#'a,#'z + 1) sub #'a -'A _endif ;... _if_cy lddr _else ldir _endif ;... _do call delay _do_while_dnz(bc) ;...