Coding Convention for Dali VM


C code Naming


Source Code Formating

	if (...) {

	    x = y;

	} else {

	    x = z;

	}
	while (...) {

	    x = y;

	}

Tcl Command Naming


Last Updated :