We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e88b46f commit 94b76c2Copy full SHA for 94b76c2
Sys.ark
@@ -32,3 +32,7 @@
32
# @brief Arguments given to the program when running it from the command line
33
# @author https://github.com/SuperFola
34
(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