This is a one-way mapping from one datatype to another.

mymap = {
	a : 20,
	b : "hello"	,
	"quint" : 1.2239
}