Recent Changes - Search:

OtherPlaces

PmWiki

pmwiki.org

edit SideBar

WhyUsePmWiki

I am using PmWiki, because it seems to be one of the easiest to generate formatted code. There are probably many tradeoffs, but for the time being, this is the place. At least I can post something like this, without dealing with html.

 alert: aStringOrText title: aString configure: aBlock
	"Open an alert dialog.
	Configure the dialog with the 1 argument block
	before opening modally."

	^self theme
		alertIn: self
		text: aStringOrText
		title: aString
		configure: aBlock

Another reason is that CamelCode is so like SmalltalkCode.

Edit - History - Print - Recent Changes - Search
Page last modified on April 10, 2011, at 12:11 PM