11/3/71 /ETC/BILIB (VII) NAME bilib -- B interpreter library SYNOPSIS -- DESCRIPTION bilib is the library of B runtime operators. It is searched during the loading of a B-compiled program. Standard B subroutines are contained in /etc/libb.a. FILES -- SEE ALSO b (command); ar, ld DIAGNOSTICS -- BUGS The following assignment binary operators are missing: b102 (=|), b103 (=&), b104 (===), b105 (=!=), b106 (=<=), b107 (=<), b110 (=>=), b111 (=>), b112 (=>>), b113 (=<<), b120 (=/). OWNER ken, dmr