fixed lambda

matthew.willis 2006-08-09 06:02:50 +00:00
parent 3bf43d3c61
commit 77ce02470a
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ C: linterp ( names-hash )
H{ } clone <linterp> ; H{ } clone <linterp> ;
: (lint) ( linterp -- linterp ) : (lint) ( linterp -- linterp )
lint-read [ drop ] [ lint-eval lint-print lint ] if ; lint-read [ drop ] [ lint-eval lint-print (lint) ] if ;
: lint ( -- linterp ) : lint ( -- linterp )
lint-boot (lint) ; lint-boot (lint) ;