]C=:<' + '                         Symbols in a string

----┐
│ + │
L----

   ]D=:(<"0) 73 35 6 52

---T--T-T--┐
│73│35│6│52│                         
L--+--+-+---

   ]E=:,.(<"0) 5 705 3                Ravel items ,.

----┐
│5  │
+---+
│705│
+---+
│3  │
L----

   

   ]R=:5 705 3 +/73 35 6 52

 78  40  11  57
778 740 711 757
 76  38   9  55

     

  

 

 

   ]ER=:($R)$<' '                        Empty box <' '


--T-T-T-┐
│ │ │ │ │
+-+-+-+-+
│ │ │ │ │
+-+-+-+-+
│ │ │ │ │
L-+-+-+--

   C,D                                   Append ,  (rows)

----T--T--T-T--┐
│ + │73│35│6│52│
L---+--+--+-+---

   

 

 

   E,"1 ER                             Append columns ,"1


----T-T-T-T-┐
│5  │ │ │ │ │
+---+-+-+-+-+
│705│ │ │ │ │
+---+-+-+-+-+
│3  │ │ │ │ │
L---+-+-+-+--

   

   (C,D),"2 E,"1 ER 

----T--T--T-T--┐
│ + │73│35│6│52│
+---+--+--+-+--+
│5  │  │  │ │  │
+---+--+--+-+--+
│705│  │  │ │  │
+---+--+--+-+--+
│3  │  │  │ │  │
L---+--+--+-+---

 

If you make a table worksheet in JQT you can edit the font size and print.
Also you can print and then adjust the size with the copy machine.

 

As you become more comfortable with the language you will be able to design
examples which model what you are trying to teach yourself. Above all enjoy
the experience.

   

 

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to