Skip to content

Commit 94b76c2

Browse files
committed
feat(sys): adding sys:programName
1 parent e88b46f commit 94b76c2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Sys.ark

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,7 @@
3232
# @brief Arguments given to the program when running it from the command line
3333
# @author https://github.com/SuperFola
3434
(let args builtin__sys:args)
35+
36+
# @brief Name of the running program (file only, not the fullpath)
37+
# @author https://github.com/SuperFola
38+
(let programName builtin__sys:programName)

0 commit comments

Comments
 (0)