3 lines
64 B
Text
3 lines
64 B
Text
(sys:exit 0) # exit code 0
|
|
|
|
# any code after won't be executed
|
(sys:exit 0) # exit code 0
|
|
|
|
# any code after won't be executed
|