Skip to content

Commit fb8abda

Browse files
author
emilkrebs
committed
removed debugging stuff from lox
1 parent 3a9437c commit fb8abda

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

hugo/assets/scripts/lox/lox-tools.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,6 @@ print("binomial(5, 2) = " + binomial(5, 2));
3939
print("pow(2, 10) = " + pow(2, 10));
4040
print("mod(10, 3) = " + mod(10, 3));
4141
print("floor(3.14) = " + floor(3.14));
42-
43-
44-
for (var i = 0; i <= 1000; i = i + 1) {
45-
print(i);
46-
}
47-
4842
`;
4943

5044
export const syntaxHighlighting = {

0 commit comments

Comments
 (0)