You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@
10
10
-`builtin__slice` builtin, for strings and lists: `(builtin__slice data start end [step=1])` ; **this is an experimentation and may be removed in future versions**
11
11
- arguments of builtin macros are properly type-checked and will now raise runtime errors if the type is incorrect
12
12
-`-fno-cache` cli option to disable the creation of the bytecode cache folder `__arkscript__`
13
+
- in the CLI, `file` can be `-` to read code from stdin
0 commit comments