Compare commits

..

No commits in common. "654e2eeae7088270e8b873d2b447bb6133ab0a68" and "8ccb8e17ae144b5def09d24d0f4bafaf9f5433eb" have entirely different histories.

2 changed files with 2 additions and 9 deletions

View File

@ -854,12 +854,6 @@ fn slice_n {
(str as :string, start as :number, n as :number) -> slice (str, start, add (start, n))
}
fn last_n {
"Returns a list or string containing the last n elements of a list or string."
(xs as :list, n as :number) -> slice_n (xs, sub (count (xs), n), n)
(str as :string, n as :number) -> slice_n (str, sub (count (str), n), n)
}
fn butlast {
"Returns a list, omitting the last element."
(xs as :list) -> slice (xs, 0, dec (count (xs)))
@ -1615,7 +1609,6 @@ fn key_down? {
keys_down
keyword?
last
last_n
left!
link!
list

BIN
pkg/rudus_bg.wasm (Stored with Git LFS)

Binary file not shown.