[q-lang-cvs] qcalc README,1.14,1.15
                
                Brought to you by:
                
                    agraef
                    
                
            
            
        
        
        
    | 
      
      
      From: Albert G. <ag...@us...> - 2007-11-04 10:13:15
      
     | 
| Update of /cvsroot/q-lang/qcalc In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv21489 Modified Files: README Log Message: update README Index: README =================================================================== RCS file: /cvsroot/q-lang/qcalc/README,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** README 3 Nov 2007 11:21:45 -0000 1.14 --- README 4 Nov 2007 10:13:11 -0000 1.15 *************** *** 62,71 **** script. ! Also note that there's only one spreadsheet (of fixed size) and one script per ! file in the current implementation. But the provided 128x26 cells should be ! plenty for most purposes, considering that each cell may hold an arbitrarily ! complex Q value. And the user script may import other source files as ! necessary, using Q's import/include statements, so the single script page ! doesn't really limit what you can do. TODO --- 62,70 ---- script. ! Also note that there's only one spreadsheet and one script per file in the ! current implementation. But the spreadsheet can get as large as you want and ! each cell may hold an arbitrarily complex Q value. The user script may import ! other source files as necessary, using Q's import/include statements, so the ! single script page doesn't really limit what you can do either. TODO |