The Sidef programming language
Search...
Ctrl + K
Programming tasks
C
Count in octal
Copy
var i = 0;
loop { say i++.as_oct }
Previous
Count in factors
Next
Count occurrences of a substring
Last updated
1 year ago
Was this helpful?