package
0.0.0-20230827225450-169fbabbf91c
Repository: https://github.com/rect-lang/rect-go-compiler.git
Documentation: pkg.go.dev

# 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:

FunctionDone
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: