Jump to content

Spinning rod animation/Text: Difference between revisions

added Julia
No edit summary
(added Julia)
Line 132:
}
}</lang>
 
=={{header|Julia}}==
{{trans|Python}}
<lang julia>
while true
for rod in "\|/-" # this needs to be a string, a char literal cannot be iterated over
print(rod,'\r')
sleep(0.25)
end
end
</lang>
 
=={{header|Kotlin}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.