it lang

this is it

"Hello, World!" as term;
term printit;
{"name":"it", "date":"yesterday"} as map;

map into key:value {
	key + " " + value printit;
}