Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Releases: TheMaster1127/HT-plus-plus

1.0.5

26 Aug 19:39
c1479e5

Choose a tag to compare

  • Updated the documentation

1.0.4

12 Aug 11:09
0e04d9d

Choose a tag to compare

Release Notes

  • FileCreateDir and FileRemoveDir: Added commands to create and remove directories, respectively. These commands handle directory creation and removal silently, without error messages if the directory already exists or does not exist.

  • FileExist: New command to check if a file or directory exists at a specified path. Returns True if the path exists and False if it does not.

  • isWindows: New command to check if the current operating system is Windows. Returns True if the OS is Windows and False otherwise.

  • Updated documentation to include new functions and commands:

  • Documentation available here.

1.0.3

11 Aug 23:14
344351d

Choose a tag to compare

  • Fixed some bugs

1.0.2

07 Aug 10:46

Choose a tag to compare

  • Introduced new function types that accept arrays as parameters, enhancing the flexibility and usability of the language.

arr str

arr int

arr float

  • documentation here.

1.0.1

03 Aug 18:19

Choose a tag to compare

  • Fixed some bugs and added the input function to the documentation here.

1.0.0

03 Aug 14:47

Choose a tag to compare

HT++ Version 1.0.0 Release

Welcome to the first official release of HT++

Documentation

Please refer to our official documentation for detailed information on using HT++ and its features.