Skip to content

Commit 0b38688

Browse files
author
Philipp Gersch
authored
Add files via upload
1 parent bf95c54 commit 0b38688

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Editor.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Devscrip console editor by Sn1pe2win#
1+
#Devscript console editor by Sn1pe2win#
22

33
currentLine = 0;
44
lines = [];
@@ -15,20 +15,20 @@ printAll = {
1515
};
1616

1717
recieveInput = {
18-
print $0 ">";
18+
print $0 "> ";
1919
return (input);
2020
};
2121

2222

2323
printLinesUntil = {
2424
for i $0 {
25-
print $i ">" $lines[$i];
25+
print $i "> " $lines[$i];
2626
println "";
2727
};
2828
};
2929

3030

31-
exec cls;
31+
exec "cls";
3232
call $printHeading;
3333

3434
loop {

0 commit comments

Comments
 (0)