mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-17 17:20:29 +02:00
Implement Optional arguments
This commit is contained in:
parent
f83c651f46
commit
941f8fac01
4 changed files with 61 additions and 18 deletions
|
@ -9,7 +9,9 @@ var scheme = {
|
|||
TRUE : true,
|
||||
NIL : false,
|
||||
EMPTY : [],
|
||||
UNSPECIFIED : []
|
||||
UNSPECIFIED : [],
|
||||
// FIXME: wingo says not to leak undefined to users
|
||||
UNDEFINED: undefined
|
||||
};
|
||||
|
||||
function not_implemented_yet() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue