# README
ReCT Built-ins
This package contains any datatypes or functions that are built right into ReCT.
These are things like:
Datatypes: void, bool, int, float, string
Functions:
Function | Done |
---|---|
Print() | :white_check_mark: |
Write() | :white_check_mark: |
Input() | :white_check_mark: |
InputKey() | :white_check_mark: |
Clear() | :white_check_mark: |
SetCursor() | :white_check_mark: |
GetSizeX() | :white_check_mark: |
GetSizeY() | :white_check_mark: |
SetSize() | :white_check_mark: |
SetCursorVisible() | :white_check_mark: |
GetCursorVisible() | :white_check_mark: |
Random() | :white_check_mark: |
Sleep() | :white_check_mark: |
Version() | :white_check_mark: |