when a method return Nothing, then you can’t put c...
# getting-started
n
when a method return Nothing, then you can’t put code below the call of the method, because it will never be executed. Useful for method that use while(1) for example.