Make interpolate-locals public again
parent
acd49fa557
commit
255680160d
|
@ -30,14 +30,14 @@ TUPLE: interpolate-var name ;
|
|||
if
|
||||
] map [ ] join ; inline
|
||||
|
||||
: interpolate-locals ( string -- quot )
|
||||
[ search [ ] ] (interpolate) ;
|
||||
|
||||
PRIVATE>
|
||||
|
||||
MACRO: interpolate ( string -- )
|
||||
[ [ get ] ] (interpolate) ;
|
||||
|
||||
: interpolate-locals ( string -- quot )
|
||||
[ search [ ] ] (interpolate) ;
|
||||
|
||||
: I[
|
||||
"]I" parse-multiline-string
|
||||
interpolate-locals over push-all ; parsing
|
||||
|
|
Loading…
Reference in New Issue