Home
>
Language
> end
end
Syntax
end
Copy Code
Description
This command will stop the program running.
Example
print
(
"end the program"
)
end
Copy Code