- Code: Select all Expand view RUN
- function Main()
local n
? __DYNSCOUNT(), "symbols"
for n = __DYNSCOUNT() to 1 step -1
? __DYNSCOUNT() - n + 1, __DYNSGETNAME( n )
next
? "<" + "script>$('#result').css('overflow', 'auto');<" + "/script>"
return nil