proc main()
{
    var a = [3,4,5].iterate();
    "a.width(): ", a.width(), '\n';
    "a.length(): ", a.length(), '\n';
}