Skip to content

Instantly share code, notes, and snippets.

@humbhenri
Created March 5, 2014 11:42
Show Gist options
  • Save humbhenri/9365665 to your computer and use it in GitHub Desktop.
Save humbhenri/9365665 to your computer and use it in GitHub Desktop.
for {set i 3} {$i < 1000} {inc i} {if {$i % 3 == 0 || $i % 5 == 0} {set total [expr {$total + $i}]}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment