Keywords: Assembly C C++ Objective-C ObjC C# JavaScript TypeScript Rust Ruby Rails Python Django Lua Clojure Java Kotlin Visual Basic VB.net Go PHP Swift Lisp HTML HTML5 CSS CSS3 React.js Next.js Vue.js Astro Hugo &c. ad nauseam counter :: int
for counter in <1, 10-counter> (
print(counter)
print(" ")
)
Using backfor to count backwards is an odd choice. Why not overload for? backfor counter in <1, 9> print(counter, " ")
This is confusing to me. Maybe I'm misunderstanding the design principles, but the syntax seems unintuitive.