Skip to content
This repository was archived by the owner on Nov 16, 2021. It is now read-only.

Commit ce88fe8

Browse files
author
Glitch
committed
Change README and var
1 parent 5bf5740 commit ce88fe8

File tree

6 files changed

+15
-13
lines changed

6 files changed

+15
-13
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## _**Attention!**_
2+
If you are viewing this on github, view the [`githubREADME`](https://github.com/PyScript-Language/PyScript-Compiler/blob/master/githubREADME.md). If you are viewing this on replit, view the [`replitREADME`](https://github.com/PyScript-Language/PyScript-Compiler/blob/master/replitREADME.md)
3+
4+
### Thank you in advance!

githubREADME.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<br>
2121

2222
## License
23-
#### Please view the [`LICENSE`](https://github.com/PyScript-Language/PyScript-Compiler/blob/master/LICENSE) for more!
23+
#### This project is under the MIT License. Please view the [`LICENSE`](https://github.com/PyScript-Language/PyScript-Compiler/blob/master/LICENSE) for more!
2424

2525
<br>
2626

index.pys

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
var jb;
44

5-
import("time");
6-
import("os");
5+
// import("time");
6+
// import("os");
77

8-
console.input(jb);
8+
// console.input(jb);
99

10-
time.sleep(2);
10+
// time.sleep(2);
1111

12-
console.print('{{jb}}');
12+
// console.print('{{jb}}');
1313

14-
window.alert("{{time.time();}}");
14+
// window.alert("{{time.time();}}");
1515

16-
os.system("clear");
16+
// os.system("clear");

main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -523,8 +523,8 @@ def CONSOLEprint():
523523
osSYSTEM()
524524

525525
elif "os.environ[" in lines:
526-
#osENVIRON()
527-
pass #the function above doesnt even do anything.
526+
osENVIRON()
527+
#pass #the function above doesnt even do anything.
528528

529529

530530

mainREADME.md

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

replitREADME.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#### Please view the [`CODE_OF_CONDUCT`](https://github.com/PyScript-Language/PyScript-Compiler/blob/master/CODE_OF_CONDUCT.md) README!
1313

1414
## License
15-
#### Please view the [`LICENSE`](https://github.com/PyScript-Language/PyScript-Compiler/blob/master/LICENSE) for more!
15+
#### This project is under the MIT License. For more, view the [`LICENSE`](https://github.com/PyScript-Language/PyScript-Compiler/blob/master/LICENSE)!
1616

1717
## PyScript Docs
1818
#### The docs are located in a separate repo/repl, but the link is [here](https://pyscript-docs.jbloves27.repl.co)

0 commit comments

Comments
 (0)