Skip to content

At increment, I want to go back to first slide #570

Discussion options

You must be logged in to vote

Instead of ftd.increment, define and use a custom function increment-with-clamp

-- void increment-with-clamp(a,by,clamp):
integer $a:
integer by:
integer clamp:


a = (a + by) % clamp

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Arpita-Jaiswal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant