(13) -> [k for k in 4.. by -3 while k>0]
(13) [4, 1]
Type: Stream(Integer)
(14) -> [k for k in 4.. by -3 while k>0 for m in 1..29]
There are no library operations named swhile
Use HyperDoc Browse or issue
)what op swhile
to learn if there is any operation containing " swhile " in its
name.
Cannot find a definition or applicable library operation named
swhile with argument type(s)
(Record(part1: Integer,part2: Integer) -> Boolean)
InfiniteTuple(Record(part1: Integer,part2: Integer))
Perhaps you should use "@" to indicate the required return type,
or "$" to specify which version of the function you need.
Shouldn´t I be able to freely mix for and while in a parallel iteration?
Ralf
--
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 on the web visit
https://groups.google.com/d/msgid/fricas-devel/8068a312-a9e9-af6d-5817-061295fdf5f9%40hemmecke.org.