From c51c1149b495399b27f01bb45583c5656d9bd982 Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Sat, 1 Oct 2022 20:54:10 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20remove=20jumping=20to=20line=20n?= =?UTF-8?q?umber?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/concept.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/concept.sh b/doc/concept.sh index 597fb24..717deab 100644 --- a/doc/concept.sh +++ b/doc/concept.sh @@ -120,9 +120,6 @@ $1 >= $2 ## JUMPS ## -# jump to line 42 (jumping to lines inside of other scopes is not allowed) -jmp|jump|goto 42 - # jump to a flag called "flag1" (flags are stored per-scope) jmp|jump|goto "flag1"