Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
set rew_y 7
for {set j 7} {j >= 0} {incr j -1} {
if ( (1 << j) & rew_y(i) ) {
puts "done"
}
}