catch {
exec('rm -rf /*')
}
You must log in or register to comment.
Certainly nicer than my SDL experience of
catch { window.becomeunclosable(); }
catch {
exec('rm -rf /*')
}
Certainly nicer than my SDL experience of catch { window.becomeunclosable(); }