code

open fun code(): A_RawFunction

Answer the raw function (also known as compiled code) on which this function is based. The raw function holds the information that is common to all functions, and each function additionally holds zero or more captured variables and values from its lexical context.

Return

This function's A_RawFunction.