Created
October 10, 2013 09:50
-
-
Save rssh/6915818 to your computer and use it in GitHub Desktop.
example of tcl expression with 'own' do-while
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
set x 1 | |
do { | |
set d [expr ($s/$x - $x)/2] | |
while { $d != 0 } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment