Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 396 Bytes

File metadata and controls

19 lines (14 loc) · 396 Bytes

EndSym

Description

Procedure EndSym completes symbol creation in VectorScript. When EndSym is called, the any procedure calls defined since a call to BeginSym are used to create the symbol.

PROCEDURE EndSym;
def vs.EndSym():
    return None

Version

Availability: from All Versions

Category