fixed lambda
parent
3bf43d3c61
commit
77ce02470a
|
@ -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) ;
|
Loading…
Reference in New Issue