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