Junior — Senior
Implementation of the convert function that generates a sequential string of numbers
livecode
Task condition
Write a function convert() that takes an integer limit and returns a single string containing all numbers from 0 to limit inclusive, written consecutively without any separators. Example result for limit = 12: "0123456789101112".