Skip to content

CCL and structs

Question

Why doesn't CCL have structs?

Synopsis

CCL and structs

Solution

CCL is intended for applications programming. The data storage flexibility afforded by structs is not important to most CCL applications. CCL does allow either local or global scope, as well as real, integer, and character data types.