From ef9311d79b829e59af10280b7eeef68942de1dfd Mon Sep 17 00:00:00 2001 From: lemon Date: Mon, 8 Aug 2022 09:21:18 +0200 Subject: change label syntax --- bootstrap/test2.cff | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bootstrap/test2.cff') diff --git a/bootstrap/test2.cff b/bootstrap/test2.cff index 83e12fe..0d5d086 100644 --- a/bootstrap/test2.cff +++ b/bootstrap/test2.cff @@ -48,13 +48,13 @@ extern fn main() void { let i = v.Int; ! v.#tag++; - #:outer for let i = 0; i++ < 10; { + #'outer for let i = 0; i++ < 10; { printf("%d\n", i); while #t { if i < 2 { - continue #:outer; + continue #'outer; } - break #:outer; + break #'outer; } } -- cgit v1.2.3