←
Compile
/
Reference of Built-in Symbols
/
Code Compilation
/
CompiledFunction
WMA link
CompiledFunction
[
args
...]
represents compiled code for evaluating a compiled function.
sqr = Compile[{x}, x x]
Head[sqr]
sqr[2]
←
Compile