Codebase list ohcount / bullseye-backports/main test / src_dir / limbo.m
bullseye-backports/main

Tree @bullseye-backports/main (Download .tar.gz)

limbo.m @bullseye-backports/mainraw · history · blame

1
2
3
4
5
6
7
8
Htmlent: module {
	PATH:	con "/dis/lib/htmlent.dis";
	entities:	array of (string, int);

	init:	fn();
	lookup:	fn(name: string): int;
	conv:	fn(s: string): string;
};