Exemple #1
0
func wrt(t *clk.Imp, fm Format, f, b col.Colour, l, c uint) {
	//
	t.SetFormat(fm)
	t.SetColours(f, b)
	t.Write(l, c)
}