help-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Have a equivalent performing of goto


From: Budi
Subject: Have a equivalent performing of goto
Date: Wed, 12 Jul 2023 22:07:34 +0700

How to equivalently perform goto in Bash ?
illustrative
...
echo some start

if ((i=1)) ;then
  goto thisFar
fi

echo foobar


thisFar:

echo go on



reply via email to

[Prev in Thread] Current Thread [Next in Thread]