Go to the first, previous, next, last section, table of contents.


compiledFunctionDisassembly

Function: compiledFunctionConstants[ { cfn -> [constants| }
file: job.t
package: muf
status: tentative

This function accepts a compiledFunction and returns a block containing all constants stored in the compiledFunction.

This is a low-level function intended for use by debuggers rather than for direct human use.

stack:
: ad "abc" "def" join ;
stack:
#'ad compiledFunctionConstants[
stack: [ "abc" "def" |


Go to the first, previous, next, last section, table of contents.