ArkScript v4.1.0 #621
Closed
SuperFola
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Breaking changes
mutmust be added:(fun (a b c) (set b 5))->(fun (a (mut b) c) (set b 5))Deprecated
dict:contains, usedict:contains?math:even, usemath:even?math:odd, usemath:odd?Added
disassembleto print the bytecode of a functionio:readFileLinesto read lines from a file as a list of stringsChanged
dict:containstodict:contains?so that all functions returning booleans have?suffix ; added temporary aliasdict:containsmath:eventomath:even?, andmath:oddtomath:odd?string:removeAtcan work with negative indexesThis discussion was created from the release ArkScript v4.1.0.
Beta Was this translation helpful? Give feedback.
All reactions