Changeset a54642f0ed4073185c93bb7212c0c01af6a2d646 for tests
- Timestamp:
- 03/25/10 05:16:01 (2 years ago)
- Parents:
- 5bca2db7b77e9739cfcdba7ef2bf354caed50958
- Children:
- 0483e515c8124703a6eac40dee8ebcfac541067f
- git-committer:
- Philip Herron <redbrain@omicron.(none)> / 2010-03-25T05:16:01Z+0000
- Files:
-
- 1 modified
-
tests/t/t12.crl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/t/t12.crl
rba453d4 ra54642f 1 1 # simple recursive factorial function 2 3 2 test = 4; 4 3 defun factorial( x ) { 5 6 4 retval = nil; 7 5 if( x > 0 ) {
