source: git/doc/bad_lib0.lib @ 121d8d6

spielwiese
Last change on this file since 121d8d6 was 121d8d6, checked in by Anne Frühbis-Krüger <anne@…>, 26 years ago
*Anne: corrected typographic error git-svn-id: file:///usr/local/Singular/svn/trunk@1758 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 177 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); }
10 
Note: See TracBrowser for help on using the repository browser.