Guest User

Untitled

a guest
Mar 6th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
TCL 0.14 KB | None | 0 0
  1. set a 5
  2. set b 10
  3. switch 1 "
  4.  [expr $a < $b] {puts first}
  5.  [expr 1 + 2] {puts second}
  6.  [expr 2 + 3] {puts third}
  7.  default {puts none}
  8. "
Add Comment
Please, Sign In to add comment