lambda-calc-1/statement/substatements/execute.h

10 lines
236 B
C

struct wcostream;
void substatements_statement_execute(
struct statement* this,
struct environment** environment,
struct booleans* booleans,
struct wcostream* ostream,
bool print_value,
bool print_with_color);