Simple windowed application: Difference between revisions

Content added Content deleted
m (syntax highlighting fixup automation)
No edit summary
Line 1,851: Line 1,851:
}
}
}</syntaxhighlight>
}</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}}==
=={{header|Haskell}}==