Divide the rectangle by pooq

m=matrix("a",34,32)
m[20:34,]="b"
m[,19:22]="f"
m[,23:32]="g"
m[20:27,16:22]="c"
m[27:34,16:24]="d"
m[2:15,19:32]="e"
m[26,23]="h"
m[26:34,24:32]="i"
m[1,]=""
write(m,T,34)

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page