can_buy_a_horse <- function (stock_status) { return (stock_worth(stock_status) - (stock_status["kon"] * 72) >= 72) }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.