
20 Jun
2011
20 Jun
'11
2:41 p.m.
Hi All, I'm trying to create a table like this: ---------- | a1 | | |----| b | | a2 | | ---------- My code is this: triTable a1 a2 b = table << ((a1 > a2) <-> (b)) But it's mashing elements together. What am I doing wrong?? Thanks for your time, Tom