.. |
arguments
|
eb04b88a27
functions can have arguments (no check for number of arguments)
|
%!s(int64=4) %!d(string=hai) anos |
arguments.out
|
eb04b88a27
functions can have arguments (no check for number of arguments)
|
%!s(int64=4) %!d(string=hai) anos |
function
|
f209fbe331
basic functions without a stack and arguments
|
%!s(int64=4) %!d(string=hai) anos |
function.out
|
f209fbe331
basic functions without a stack and arguments
|
%!s(int64=4) %!d(string=hai) anos |
scope
|
8c544a56ce
function vars have own scope (own storage on the stack)
|
%!s(int64=4) %!d(string=hai) anos |
scope.out
|
8c544a56ce
function vars have own scope (own storage on the stack)
|
%!s(int64=4) %!d(string=hai) anos |