source: git/doc/bad_lib0.lib @ 1b9fe1

fieker-DuValspielwiese
Last change on this file since 1b9fe1 was 75f460, checked in by Hans Schoenemann <hannes@…>, 9 years ago
format
  • Property mode set to 100644
File size: 175 bytes
RevLine 
[aac240]1// example of a library with a syntax error
2  info="LIBRARY: bad_lib0";
3  proc tt(int i)
4  {
[121d8d6]5  "some output";
[aac240]6  }
7  uu // here is the error
8  proc t1(int j)
9  { return(j); }
[75f460]10
Note: See TracBrowser for help on using the repository browser.