mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-28 10:09:53 +01:00
[code] Added spaces after some Toolbox commands.
Change-Id: I15c0a9b593e39123694c38ad3d6201e0319f24f4
This commit is contained in:
@@ -5,9 +5,9 @@ ForLoopMenu = "For"
|
||||
IfStatementMenu = "If"
|
||||
WhileLoopMenu = "While"
|
||||
ConditionsMenu = "Conditions"
|
||||
ConditionNot = "not"
|
||||
ConditionOr = "or"
|
||||
ConditionAnd = "and"
|
||||
ConditionNot = "not "
|
||||
ConditionOr = "or "
|
||||
ConditionAnd = "and "
|
||||
InferiorCondition = "<="
|
||||
InferiorConditionWithArg = "x<=y"
|
||||
SuperiorCondition = ">="
|
||||
@@ -42,4 +42,4 @@ ForInRange1ArgLoop = "for i in range():"
|
||||
ForInRange1ArgLoopWithArg = "for i in range(size):\n instruction"
|
||||
PythonCommandDef = "def ():"
|
||||
PythonCommandDefWithArg = "def function(x):"
|
||||
PythonCommandReturn = "return"
|
||||
PythonCommandReturn = "return "
|
||||
|
||||
Reference in New Issue
Block a user