1: /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ 2: 3: /* 4: $Header: b3in2.h,v 1.4 85/08/22 16:44:07 timo Exp $ 5: */ 6: 7: /* Interpreter utilities */ 8: 9: value v_local(); 10: value v_global(); 11: loc l_mystery(); 12: value mk_range(); 13: bool in_ranger(); 14: bool pa_ranger();