chore: remove unused repl-related configuration and placeholder files
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
1 + 2
|
||||
3 * 4
|
||||
10 - 5
|
||||
20 / 4
|
||||
17 % 5
|
||||
-42
|
||||
1 + 2 * 3
|
||||
(1 + 2) * 3
|
||||
10 > 5
|
||||
10 < 5
|
||||
10 == 10
|
||||
10 != 5
|
||||
true && false
|
||||
true || false
|
||||
!true
|
||||
1 < 2 && 3 < 4
|
||||
5 > 3 ? 100 : 200
|
||||
1 | 2
|
||||
3 & 2
|
||||
4 ^ 1
|
||||
~0
|
||||
8 >> 2
|
||||
1 << 3
|
||||
%quit
|
||||
Reference in New Issue
Block a user