mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-16 01:15:03 +01:00
fix break
This commit is contained in:
parent
0bf9aed35e
commit
1dad80f4c1
6 changed files with 70 additions and 33 deletions
|
|
@ -12,6 +12,7 @@ import { exec } from "child_process";
|
|||
const input = `
|
||||
function main() = (
|
||||
let i = 0;
|
||||
loop break;
|
||||
loop (
|
||||
if i > 10 then break;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue