September 2017 Update

This commit is contained in:
Ingy döt Net 2017-09-23 10:01:46 +02:00
parent bba7bfd280
commit ba8067c3b7
14570 changed files with 153136 additions and 63871 deletions

View file

@ -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")

View file

@ -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

View file

@ -0,0 +1,7 @@
// version 1.0.6
// tested on Windows 10
fun main(args: Array<String>) {
println(System.getenv("SystemRoot"))
}

View file

@ -0,0 +1 @@
os::environment_variable('PATH', Path).

View file

@ -0,0 +1,3 @@
display "`: env PATH'"
display "`: env USERNAME'"
display "`: env USERPROFILE'"

View file

@ -0,0 +1,3 @@
System.getenv("HOME")
/home/craigd
System.getenv() //--> Dictionary of all env vars