diff options
author | Keith Packard <keithp@keithp.com> | 2018-01-04 02:25:45 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2018-01-04 02:25:45 -0800 |
commit | a6e01e7aafb1d1fdb15d633ec23d8fe51afd15df (patch) | |
tree | 7fcadbfd771e4ba204a0ab80936c076cabf1ffd8 /src/scheme/ao_scheme_builtin.txt | |
parent | e030fba5ab556c88af918d08e1b62e63d6605638 (diff) |
altos/scheme: Add builtin list-tail
This is used enough to warrant a builtin, rather than lisp implementation
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/scheme/ao_scheme_builtin.txt')
-rw-r--r-- | src/scheme/ao_scheme_builtin.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scheme/ao_scheme_builtin.txt b/src/scheme/ao_scheme_builtin.txt index 4739f121..7298add7 100644 --- a/src/scheme/ao_scheme_builtin.txt +++ b/src/scheme/ao_scheme_builtin.txt @@ -12,6 +12,7 @@ all f_lambda cons all f_lambda last all f_lambda length all f_lambda list_copy list-copy +all f_lambda list_tail list-tail all nlambda quote QUASI atom quasiquote QUASI atom unquote |