feat(furdb): add break command

This commit is contained in:
2026-08-16 20:01:52 +02:00
parent b3ce4fa0ed
commit a4966a057c
6 changed files with 48 additions and 4 deletions
+1
View File
@@ -13,6 +13,7 @@ struct context {
furvm::function_h mainFunction;
bool running = true;
bool halt = false;
void run();
};