summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/metapost/featpost/example/bugtrack/gstr.mp
blob: b0cf81a46743286e885e80c594f1cad55be4c661 (plain)
1
2
3
4
5
6
7
8
9

beginfig(1);
  boolean tb;
  tb = true;
  draw origin;
  show bstr( tb );
endfig;
end.