/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1984. */
/* $Header: /var/lib/cvsd/repos/CSRG/43BSD/contrib/B/src/bed/bobj.h,v 1.1.1.1 2018/04/24 16:12:54 root Exp $ */

/*
 * B editor -- Interface to "B machine".
 */

/*
 * General values.
 */

value grab_com();
value copy();

/*
 * Operations on texts.
 */

value mk_text();
value trim();
value concat();
