DeleteXRAnchor

Family: Platform · One form

What it does

DeleteXRAnchor writes a value: it deletes rather than reads. It takes anchor (an integer), and answers an integer.

Syntax

DeleteXRAnchor(anchor integer) → integer

Parameters

NameType
anchorinteger

Every form returns

integer

Example · generated

DO  Print(DeleteXRAnchor(1))  Sync()LOOP

DeleteXRAnchor is called and its answer is printed every frame. 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.

111 commands in Platform