Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
Example Group (Eg)
Last updated at 6:56 pm UTC on 11 June 2003

Goals

Provide examples for most of the classes.

Vision

If we had examples everywhere, it would be much easier to

Howto

Example

TextUrl class >> exampleSqueak
      ^self new url: 'http://www.squeak.org'

Text class >> exampleSqueakLink
      ^self string: 'Squeak!' attribute: TextURL exampleSqueak

TextMorph class >> exampleSqueakLink
	"self exampleSqueakLink openInWorld"

      ^self new contents: Text exampleSqueakLink

Examples made and sent

Questions

People