.. |
arguments
|
f4d46a5ea4
more function tests, correct resetting of var index
|
4 年 前 |
arguments.out
|
f4d46a5ea4
more function tests, correct resetting of var index
|
4 年 前 |
forward
|
b998245f8d
function calls can be used before the function is declared
|
4 年 前 |
forward.out
|
b998245f8d
function calls can be used before the function is declared
|
4 年 前 |
function
|
f209fbe331
basic functions without a stack and arguments
|
4 年 前 |
function.out
|
f209fbe331
basic functions without a stack and arguments
|
4 年 前 |
function2
|
f4d46a5ea4
more function tests, correct resetting of var index
|
4 年 前 |
function2.out
|
f4d46a5ea4
more function tests, correct resetting of var index
|
4 年 前 |
overloading
|
badf6ab7e9
functions signature consists of their name and number of arguments,
|
4 年 前 |
overloading.out
|
badf6ab7e9
functions signature consists of their name and number of arguments,
|
4 年 前 |
recursion
|
2f86004ede
if, less and subtraction, recursion tests
|
4 年 前 |
recursion.out
|
2f86004ede
if, less and subtraction, recursion tests
|
4 年 前 |
return
|
12a5ca9c04
return for functions
|
4 年 前 |
return.out
|
12a5ca9c04
return for functions
|
4 年 前 |
return_value
|
07c762063d
not used return values of functions are popped
|
4 年 前 |
return_value.out
|
ef662f8df9
function can have return values
|
4 年 前 |
scope
|
8c544a56ce
function vars have own scope (own storage on the stack)
|
4 年 前 |
scope.out
|
8c544a56ce
function vars have own scope (own storage on the stack)
|
4 年 前 |