Gentee script programming language v1.19.0 Release Notes
Release Date: 2020-12-02 // over 4 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.