Codebase list ohcount / 29f5ec7d-1b44-45ad-9822-90a9c74d506b/main test / src_dir / limbo.m
29f5ec7d-1b44-45ad-9822-90a9c74d506b/main

Tree @29f5ec7d-1b44-45ad-9822-90a9c74d506b/main (Download .tar.gz)

limbo.m @29f5ec7d-1b44-45ad-9822-90a9c74d506b/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;
};