この関数は、バイナリ値を文字列値に変換します。
B2C(binstring)
入力されたバイナリ値に対応する文字列値。
/*Main program*/ options arexx_bifs say b2c('01100011')
上記のプログラムを実行すると、次の結果が得られます。
c