Михаил Капелько 8 місяці тому
джерело
коміт
b6a6fec7a2
2 змінених файлів з 3 додано та 3 видалено
  1. +2
    -2
      v3/memory.cpp
  2. +1
    -1
      v3/tPythonC++/CPP.py

+ 2
- 2
v3/memory.cpp Переглянути файл

@@ -52,8 +52,8 @@ memory_Context memory_shouldDeselectMismatchedItems(
memory_Context c
) {
if (!(
c.recentField == "selectedItems" &&;
c.selectedItems.size() == 2;
c.recentField == "selectedItems" &&
c.selectedItems.size() == 2
)) {
c.recentField = "none";
return c;


+ 1
- 1
v3/tPythonC++/CPP.py Переглянути файл

@@ -114,7 +114,7 @@ def translateStatement(s, state):
return f"{indentation})) {{"

ending = ";"
if state.isIf:
if state.isIf or state.isIfNot:
ending = ""

# Unknown.


Завантаження…
Відмінити
Зберегти