Skip to content

Commit 80e24b9

Browse files
committed
Tweaks
1 parent aeb187a commit 80e24b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

VPL/AppDelegate.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
2727
GetVariableNode.self,
2828
IfNode.self,
2929
ForLoopNode.self,
30-
PrintNode.self,
3130

3231
AddNode.self,
3332
SubtractNode.self,
3433
MultiplyNode.self,
3534
DivideNode.self,
3635
ModuloNode.self,
36+
EqualsNode.self,
3737

3838
ArrayCreateNode.self,
3939
ArrayAppendNode.self,
@@ -48,7 +48,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
4848
DictionaryContainsKeyNode.self,
4949
DictionaryRemoveAtNode.self,
5050

51-
EqualsNode.self,
51+
PrintNode.self,
5252
SwapNode.self
5353
]
5454

0 commit comments

Comments
 (0)