source: git/doc/bad_lib0.lib @ 2e553a

spielwiese
Last change on this file since 2e553a 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
Line 
1// example of a library with a syntax error
2  info="LIBRARY: bad_lib0";
3  proc tt(int i)
4  {
5  "some output";
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.