ten
ten is an actively used programming language created in 2019.
1Years Old | 46Users | ?Jobs |
- the ten website
- ten on github
- ten first appeared in 2019
- ten was created by Ray Stubbs
- file extensions for ten include ten
- Have a question about ten not answered here? Email me and let me know how I can help.
Example code from the web:
each( irange( 1, 101 ) [ num ] if num % 15 = 0: show"FizzBuzz " num % 3 = 0: show"Fizz " num % 5 = 0: show"Buzz " else show( num, " " ) ) show( N )
Last updated August 9th, 2020