The Sidef programming language
Ctrl
K
Copy
Programming tasks
S
Stair-climbing puzzle
Copy
func
step_up()
{
while
(!
step()
) {
step_up()
}
}
Previous
Stack
Next
Standard deviation
Last updated
2 years ago
Was this helpful?