We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf95c54 commit 0b38688Copy full SHA for 0b38688
Editor.txt
@@ -1,4 +1,4 @@
1
-#Devscrip console editor by Sn1pe2win#
+#Devscript console editor by Sn1pe2win#
2
3
currentLine = 0;
4
lines = [];
@@ -15,20 +15,20 @@ printAll = {
15
};
16
17
recieveInput = {
18
- print $0 ">";
+ print $0 "> ";
19
return (input);
20
21
22
23
printLinesUntil = {
24
for i $0 {
25
- print $i ">" $lines[$i];
+ print $i "> " $lines[$i];
26
println "";
27
28
29
30
31
-exec cls;
+exec "cls";
32
call $printHeading;
33
34
loop {
0 commit comments