07-01-2023, 08:23 PM
$Console:ONLY is fine specially if its smaller size and End works fine with it.
End saves you from typing
Sleep: System
If you want the user to see what the program wrote for them.
End saves you from typing
Sleep: System
If you want the user to see what the program wrote for them.
Code: (Select All)
$Console:Only
Print "hello world"
'End
System ' LOL what?
b = b + ...