V# v0.4.0
in this version of V# a lot has really changed, first of all some bugs have been fixed.
Fixed bugs:
new statements
General changes
- better CLI
- multiline comments

- switch statement
- until statement
- unary operators
- new module -> algo
- deleted module -> File
- deleted module -> Http
Module changes
renaming:
- Convert renamed -> conv
- Array renamed -> array
- Error renamed -> error
- Json renamed -> json
- Math renamed -> math
- String renamed -> str
- Time renamed -> time
+algo:
- +sieveOfEratosthenes
- +KMPSearch
- +computeLPS
- +rabinKarpSearch
- +ZFunction
- +buildSuffixArray
- +levenshteinDistance
sys:
- +exit
- +setColor
- +setBackgroundColor
- +setForegroundColor
- +strToColor
- +execute
File:
- <>all File method moved to io module
io:
- WriteLines



