Little fix after the last commit (mostly a git fail)
[eigenmath-fx.git] / clear.cpp
blob61ff9667ce99edd5ecf30e6508068f41328312d3
1 #include "stdafx.h"
2 #include "defs.h"
4 void
5 eval_clear(void)
6 {/*
7 if (test_flag == 0)
8 clear_term();*/
9 clear_symbols();
10 defn();
11 push(symbol(NIL));
14 // clear from application GUI code
16 void
17 clear(void)
19 run("clear");