Table of Contents

Namespace TabScript.StandardLibraries

Classes

StdLib

Standard library with useful things. Some things could be replicated with the language, but this implementation in recomended for speed. All functions have the same name in the code and in here

StdList

Lists are several tables expressed as one, compacted together. All functions have the same name in the code and in here

StdNum

Numbers are double, and are stored in its string representation All functions have the same name in the code and in here