import StdIO: all; import ArrayIO: all; #undef SCALAR_SEL #include "NTCtemplates.mac" int main() { y = with (. <= iv < . ) genarray( [5,5], 3); print( y); return(0); }