Skip to content

Version 1.4.0

Compare
Choose a tag to compare
@mtalyat mtalyat released this 30 Jul 07:35
· 14 commits to main since this release
  • Add printing error codes for invalid commands.
  • Add Test command.
  • Add Input command. Accepts input from the user.
  • Add Countdown command. Waits, but shows the time remaining in real time.
  • Add Exit command. Quits the program.
  • Add Delete at command. Deletes a file or folder at the given path.
  • Add and and or operators.
  • Add operators for strings.
  • Add printing color. Allows for foreground and background. Allows for common word colors. Ex. Print "text" in red. or Print "text" in red with white.
    • Red
    • Yellow
    • Green
    • Blue
    • Magenta
    • Cyan
    • White
    • Black
  • Changed Print and Show to only allow for string or variable types.
  • Add OUTPUT, RESULT, PASS_COUNT, FAIL_COUNT, true, false constants.
  • Fix various bugs.