Penguin

Differences between version 2 and previous revision of Illegal.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 2 Last edited on Friday, October 10, 2003 9:29:52 am by JohnMcPherson Revert
Older page: version 1 Last edited on Friday, October 10, 2003 12:09:43 am by StuartYeates Revert
@@ -1,3 +1,7 @@
-An action, datum or data that is not legal. Illegality is not transitient or temporary, it is permanent. (Re)Attempting an illegal action or (re)testing illegal datum or data should result in failure. 
+An action, datum or data that is not legal. (Not legal for the computer's internal rules, not in the real world!)  
+  
+ Illegality is not transitient or temporary, it is permanent. (Re)Attempting an illegal action or (re)testing illegal datum or data should result in failure.  
+  
+The famous error message on [Windows] computers is something like "This program has performed an illegal operation and will be shut down", which isn't a very meaningful error message to the majority of end users. A better message would say that there is a bug in the software and the program can't continue running
  
 Compare [Valid].