:- [starlog].

type	
	int(value),
	posint(value),
	agep(value),
	num(value),
	string(value).

type
	emp(string(name),
		agep(age)).
