Post:
Filter:
Classes | Files

Post : Object

posts text to the post window
Source: IOStream.sc

Description

The class Post is a stream destination. Its main use is that it can sometimes make code more readable and execution slightly more efficient.

vs

WARNING: << also means object left shift.

Class Methods

Post.<<(item)

Post as string

Post.<<<(item)

Post as compile string

Post.comma

Prints a comma

Post.space

Prints a space

Post.nl

Prints a newline

Post.ff

Prints the char $\f

Post.tab

Prints a tab

Inherited class methods

Undocumented class methods

Post.<<*(collection)

Post.<<<*(collection)

Post.close

Post.formats

Post.formats = value

Post.put(item)

Post.putAll(aCollection)

Instance Methods

Inherited instance methods

Examples