strange
Posted to
tcl
by Lectus at Sat Sep 08 00:37:56 GMT 2007
view raw
proc
fill {} {
for
{
set
i 0} {
$i
<= 40} {
incr
i} {
set
::x $::x$::x$::x } }
set
::x "a"
puts
"!$::x!"
fill
puts
"!$::x!"
# It prints:
# !a!
# !!
# What's up?
Recent Posts
junk by bcharder
34 days ago
tcl by egavilan
43 days ago
tcl by Stu
45 days ago
tcl by Stu
45 days ago
tcl by oldlaptop
78 days ago
tcl by oldlaptop
78 days ago
tcl by Molnija Bjornsson
83 days ago
tcl by Molnija Bjornsson
83 days ago
tcl by zmoment
83 days ago
tcl by zmoment
83 days ago
Submit
New paste
Documentation
From Jabber