Call a function: Difference between revisions

Content added Content deleted
m (move oorexx)
Line 1,742: Line 1,742:
Distinguishing built-in functions and user-defined functions:
Distinguishing built-in functions and user-defined functions:


<lang Dyalect>//Not possible in Dyalect at the moment</lang>
<lang Dyalect>//Built-in functions are regular functions from an implicitly imported "lang" module
//There is no actual difference between these functions and user-defined functions</lang>


Distinguishing subroutines and functions:
Distinguishing subroutines and functions: