- :logical
bytecode?
checks if given value is of type :bytecode
Parameters
bytecode? value :any
Returns
Examples
copycode: [print 1 + 2] bcode: to :bytecode code print bytecode? bcode ; true print bytecode? code ; false
bytecode? value :any
copycode: [print 1 + 2] bcode: to :bytecode code print bytecode? bcode ; true print bytecode? code ; false