: func ( n -- n ) 2 * ; inline : do-funcs ( x word-str -- ) "scatchpad" lookup dup [ execute ] [ drop "Not found" ] if print ; ! Got a computed value where a literal value was expected