Skip to main content
6 events
when toggle format what by license comment
May 24, 2021 at 18:19 vote accept code-8
May 24, 2021 at 16:36 comment added code-8 Thanks guys! It helps a lot.
May 24, 2021 at 16:35 comment added ilkkachu @cyb3rZ : is a funny synonym for the command true, it doesn't do anything but the set the exit status. continue is different, it stops the current loop iteration, so the following commands will not run (they might run on the next iteration, of course)
May 24, 2021 at 16:22 comment added DanieleGrassini The equvalent of a continue inside a loop. It is used to do nothing.
May 24, 2021 at 16:11 comment added code-8 I like that .. it's cleaned. I will use this instead. What is this mean ? Try adding a dummy instruction like :
May 24, 2021 at 16:03 history answered DanieleGrassini CC BY-SA 4.0