ArkScript v4.4.0 #656
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.
-
Deprecations
list:permutationsis deprecated in favor oflist:combinationslist:permutationsWithReplacementis deprecated in favor oflist:combinationsWithReplacementAdded
stack <n>andlocals <n>to print the values on the stack and in the current locals scope:nto remove surrounding brackets,:c/:ncto use,as a separator instead of,:l/:nlto use\nas a separator,:?sto format as an escaped quoted string,:sto format as a quoted stringformatcan use format specifiers for integers:b,#b,B,#B,c,d,o,x,#x,X, and#Xif the argument is an integerstderrwhen using a deprecated function/value (checks for@deprecatedinside the attached comment of functions / values)Changed
pop!can return the removed value@=and@@=return the inserted valueappend!andconcat!return the modified listlet,mutandsetcan return the assigned valuewhileloop is on multiple lines, add the right amount of indentation before itThis discussion was created from the release ArkScript v4.4.0.
Beta Was this translation helpful? Give feedback.
All reactions