1
Fork 0
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:
Ian Price 2015-06-12 18:27:14 +01:00
parent f83c651f46
commit 941f8fac01
4 changed files with 61 additions and 18 deletions

View file

@ -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() {