| summaryrefslogtreecommitdiff |
diff options
| author | nsensfel <SpamShield0@noot-noot.org> | 2020-09-15 18:18:05 +0200 |
|---|---|---|
| committer | nsensfel <SpamShield0@noot-noot.org> | 2020-09-15 18:18:05 +0200 |
| commit | 31d35f5781ab731f4713b943e99bf58f2f413a0f (patch) | |
| tree | ac59b9d34ddc3098a65f14f428ac197e9611733f /data | |
| parent | b863a74e3c77606d9614ddca01e4c295a4bcb2d0 (diff) | |
Starting to fix Reference -> Computation on computations.
I want to be able to write `(reverse (range 0 50 5))`, but `reverse`
and the others all take references as input.
Diffstat (limited to 'data')
| -rw-r--r-- | data/tests/extra_functionals.fate | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/tests/extra_functionals.fate b/data/tests/extra_functionals.fate index 1c06597..9fcb171 100644 --- a/data/tests/extra_functionals.fate +++ b/data/tests/extra_functionals.fate @@ -70,4 +70,7 @@ (= (var int_list_a) (remove_at 4 int_list_c)) (set int_list_c (range 0 20 2)) +(set int_list_a (var int_list_c)) +(reverse! int_list_a) +;;(set int_list_b (reverse (range 0 50 5))) (end) |


