Show
Ignore:
Timestamp:
03/25/10 05:16:01 (2 years ago)
Author:
Philip Herron <redbrain@…>
Parents:
5bca2db7b77e9739cfcdba7ef2bf354caed50958
Children:
0483e515c8124703a6eac40dee8ebcfac541067f
git-committer:
Philip Herron <redbrain@omicron.(none)> / 2010-03-25T05:16:01Z+0000
Message:

quick commit before sleep

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tests/t/t12.crl

    rba453d4 ra54642f  
    11# simple recursive factorial function 
    2  
    32test = 4; 
    43defun factorial( x ) { 
    5  
    64      retval = nil; 
    75      if( x > 0 ) {