Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 355 Bytes

File metadata and controls

20 lines (14 loc) · 355 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

  • Objects - Symbols