The changes to "TAKE":
TAKE(n, l) ==
n >= 0 => [x for x in l for i in 1..n]
- DROP(#l + n, l)
+ BREAK()
In htsetvar.boot, it still relies on the first argument "n"
being negative, the "settings" page in hyperdoc will have
errors after this change.
- Qian
--
You received this message because you are subscribed to the Google Groups
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/fricas-devel/acf1d47d-6472-44a7-8633-111b16fc64cf%40gmail.com.