Codebase list ohcount / 71f18fd0-2918-4673-9432-32d77816000d/main test / src_dir / limbo.m
71f18fd0-2918-4673-9432-32d77816000d/main

Tree @71f18fd0-2918-4673-9432-32d77816000d/main (Download .tar.gz)

limbo.m @71f18fd0-2918-4673-9432-32d77816000d/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;
};