6 ms·
>no expressive switch/case statement match/case (not a drop in switch statement) >breaking out of loops break >ending scripts early (for explorative progr
by gabagool 5y ago
>no expressive switch/case statement
match/case (not a drop in switch statement)
>breaking out of loops
break
>ending scripts early (for explorative programming)
exit() or sys.exit()