Created
August 21, 2017 14:35
-
-
Save njlr/d7dc1c1b501be47b705fb5462f3fc8b7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Pseudo-code | |
function updateProgressBar() { | |
print (eraseCharEscapeCode * lastProgressBarLength); | |
print (‘#’ * progressBarLength); | |
lastProgressBarLength = progressBarLength; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment