Data update
This commit is contained in:
parent
35bcdeebf8
commit
74c69a0df6
2427 changed files with 31832 additions and 3474 deletions
|
|
@ -0,0 +1,6 @@
|
|||
fun showVariable = <text variable|writeLine(variable + ": '" + Runtime.get(variable) + "'")
|
||||
showVariable("SystemDrive")
|
||||
showVariable("USERNAME")
|
||||
# we can get the environment variables as a map
|
||||
Map variables = Runtime.variables()
|
||||
writeLine(variables["TEMP"])
|
||||
Loading…
Add table
Add a link
Reference in a new issue