diff options
| author | mryouse | 2023-06-03 20:22:18 +0000 |
|---|---|---|
| committer | mryouse | 2023-06-03 20:22:18 +0000 |
| commit | 7b7bf727da3250907284368b98b0083a4b4e2386 (patch) | |
| tree | 34802caea5181dc0fb97992746ab99b080448418 /p99/p01.neb | |
initial commit
Diffstat (limited to 'p99/p01.neb')
| -rw-r--r-- | p99/p01.neb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/p99/p01.neb b/p99/p01.neb new file mode 100644 index 0000000..e50cfe7 --- /dev/null +++ b/p99/p01.neb @@ -0,0 +1,5 @@ +; P01 Find the last box of a list. + +(def a (list "a" "b" "c" "d")) + +(print (last a)) |
