September 2017 Update
This commit is contained in:
parent
bba7bfd280
commit
ba8067c3b7
14570 changed files with 153136 additions and 63871 deletions
|
|
@ -1,3 +1 @@
|
|||
10 PRINT "The border colour is "; PEEK (23624): REM bordcr
|
||||
20 PRINT "The ramtop address is "; PEEK (23730) + 256 * PEEK (23731): REM ramtop
|
||||
30 POKE 23609,50: REM set keyboard pip to 50
|
||||
PRINT GETENVIRON$("PATH")
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
10 PRINT "The border colour is "; PEEK (23624): REM bordcr
|
||||
20 PRINT "The ramtop address is "; PEEK (23730) + 256 * PEEK (23731): REM ramtop
|
||||
30 POKE 23609,50: REM set keyboard pip to 50
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
// version 1.0.6
|
||||
|
||||
// tested on Windows 10
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
println(System.getenv("SystemRoot"))
|
||||
}
|
||||
|
|
@ -0,0 +1 @@
|
|||
os::environment_variable('PATH', Path).
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
display "`: env PATH'"
|
||||
display "`: env USERNAME'"
|
||||
display "`: env USERPROFILE'"
|
||||
3
Task/Environment-variables/Zkl/environment-variables.zkl
Normal file
3
Task/Environment-variables/Zkl/environment-variables.zkl
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
System.getenv("HOME")
|
||||
/home/craigd
|
||||
System.getenv() //--> Dictionary of all env vars
|
||||
Loading…
Add table
Add a link
Reference in a new issue