Home Manual Reference Source

Variable

Static Public Summary
public

Shared object used as end of file.

public

fromArray(array: Array): Tape: *

Converts an array to a tape.

public

fromString(string: string): Tape: *

Converts a string to a tape.

Static Public

public eof: object source

Shared object used as end of file.

public fromArray(array: Array): Tape: * source

Converts an array to a tape.

Return:

Tape

public fromString(string: string): Tape: * source

Converts a string to a tape.

Return:

Tape

Example:

fromString( '1,3,2' ) ;