Taking an idea from this question, what if I want to make a vertical dashed line in PlainTex or (preferably) Optex? I know I can use \dotfill in the text (horizontally), but how can I use it vertically in the text or in a table? One solution for running text would be to do the following (modifying Udi Fogiel's suggestion from here)
\def\dotvfill{\par\leaders\hbox{$\cdot$}\vfill}
\vbox to 3cm{\dotvfill}
\bye
But what about tables? For example, if I want to change the vertical rules in this table to vertical dots?
\table{|ll|}{ \crl
data & data \crl
data & data \crl
data & data \crl
data & data \crl
data & data \crl
}