ArkScript v4.0.0-17 #566
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.
-
Added
GET_CURRENT_PAGE_ADDRESS
instruction to push the current page address to the stackCALL_CURRENT_PAGE
super instruction, calling the current page with a given number of arguments (avoid loading a page address on the stack, then popping it to perform the call)Dict
, which can be created with(dict "key" "value" ...)
, and manipulated withdict:get
,dict:add
,dict:contains
,dict:remove
,dict:keys
anddict:size
Changed
This discussion was created from the release ArkScript v4.0.0-17.
Beta Was this translation helpful? Give feedback.
All reactions