Loops/While: Difference between revisions

Line 40:
 
=={{header|AppleScript}}==
AppleScript does not implementnatively support a standard out. Use the Script Editor's Event Log as the output.
<lang AppleScript >set i to 1024
repeat while i > 0
Anonymous user