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

Commit dbba2e1

Browse files
author
Glitch
committed
Add more functions to variables and fix README
1 parent 2482dc5 commit dbba2e1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
###### The language.
33

44

5-
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)
5+
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://replit.com/@JBloves27/PyScript-Compiler#replitREADME.md)
66

77
### Thank you in advance!
88
### Cya!

main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,7 @@ def CONSOLEprint():
476476
allvars[newvar] = 0
477477

478478

479+
479480
elif "window.prompt(" in lines:
480481
wrd = "window.prompt("
481482
var = lines.partition(wrd)[2]

0 commit comments

Comments
 (0)