The Sidef programming language
Search...
Ctrl + K
Programming tasks
S
Stair-climbing puzzle
Copy
func
step_up()
{
while
(!
step()
) {
step_up()
}
}
Previous
Stack
Next
Standard deviation
Last updated
1 year ago