Skip to content

Commit 627ef15

Browse files
Updated Main
1 parent 1cc59f7 commit 627ef15

4 files changed

Lines changed: 4 additions & 20 deletions

File tree

Main/Main.ezcode

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,4 +436,7 @@ global method regexmatch : @str:__val, @str:__match => @bool {
436436
}
437437
global method exit {
438438
runexec EZCodeLanguage.EZHelp.Exit
439+
}
440+
global method environment : @str:property, ? val1, val2 {
441+
return runexec EZCodeLanguage.EZHelp.EnvironmentOS ~> {property}, {val1}, {val2}
439442
}

Main/environment.ezcode

Lines changed: 0 additions & 11 deletions
This file was deleted.

Main/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
"Files": [
44
"main.ezcode",
55
"lists.ezcode",
6-
"math.ezcode",
7-
"time.ezcode",
8-
"environment.ezcode"
6+
"math.ezcode"
97
],
108
"Configuration":{
119

Main/time.ezcode

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)