RawWritePath

Family: File · One form

What it does

RawWritePath writes a value: it sets rather than reads. It takes str (a string), and returns nothing.

Syntax

RawWritePath(str string)

Parameters

NameType
strstring

Every form returns

nothing

Example · generated

RawWritePath("hello")DO  Sync()LOOP

RawWritePath is called with values of the types its signature asks for. The DO … LOOP is not decoration: a classic BASIC program ends the moment it runs out of lines, and Sync() is what draws the frame.

61 commands in File