skip to main content
paste
bin
.ca
type · paste · share
⌘
K
Docs
Sign in
?
All pastes
#534289
Raw
Copy code
Copy link
Edit
Someone
public
text
v1 · immutable
#534289
·
published
2007-06-03 18:55 UTC
Lines
Syntax
Wrap
Stripe
off
dark
light
Mono
Size
13px
Tab
2
4
8
Theme
Follow system
Always dark
Always light
rendered paste body
checkbutton .c -variable v -command c
pack .c
proc c {} {
global v
puts stdout $v
}