module minimod; use NTCtemplates : all; export all; int[.] genvect( int x) { result = with( [0] <= iv < [10] ) genarray( [10], x); return( result); }