Gentee script programming language v1.19.0 Release Notes

Release Date: 2020-12-02 // over 3 years ago
    • โž• Added EncodeInt(buf,int) and DecodeInt(buf, int) functions.
    • โž• Added SetLen(buf,int) and Write(buf, int, buf) functions.
    • โž• Added file type and OpenFile, CloseFile, Read(file, int), Write(file,buf), SetPos(file,int,int), FileInfo(file) functions.
    • ๐Ÿ›  Fixed bug in try & catch statements.

Previous changes from v1.18.0

    • โž• Added StructEncode(struct) and StructDecode(buf, struct) functions.
    • โž• Added AESEncrypt(str, buf) and AESDecrypt(str, buf) functions.