bytecode?

checks if given value is of type :bytecode


Parameters

bytecode? value :any

Returns

  • :logical

Examples

copy
code: [print 1 + 2] bcode: to :bytecode code print bytecode? bcode ; true print bytecode? code ; false

Related