Simple windowed application: Difference between revisions

no edit summary
m (syntax highlighting fixup automation)
No edit summary
Line 1,851:
}
}</syntaxhighlight>
 
=={{header|Guish}}==
<syntaxhighlight>
c=0
p=|p|v
l=|l|<"There have been no clicks yet"o
b=|b|=>c{
c = add(1, @c)
@l<@c
}<"click me"
@p<<<@b<<<@l
@l w
@p,o+
</syntaxhighlight>
 
=={{header|Haskell}}==
39

edits