Examine individual changes
This page allows you to examine the variables generated by the Abuse Filter for an individual change.
Variables generated for this change
Variable | Value |
---|---|
Whether or not the edit is marked as minor (no longer in use) (minor_edit) | false |
Edit count of the user (user_editcount) | 0 |
Name of the user account (user_name) | 'B' |
Age of the user account (user_age) | 110 |
Page ID (page_id) | 1143 |
Page namespace (page_namespace) | 0 |
Page title (without namespace) (page_title) | 'Hello' |
Full page title (page_prefixedtitle) | 'Hello' |
Action (action) | 'edit' |
Edit summary/reason (summary) | '/* Interpreter */ whitespace' |
Old content model (old_content_model) | 'wikitext' |
New content model (new_content_model) | 'wikitext' |
Old page wikitext, before the edit (old_wikitext) | ''''Hello''' programming language is a minimal programming language with only one instruction, 'h', which will print out the string "[[Hello, world!|Hello World]]". Hello was created by [[Anne Veling]].
The language was designed to be very easy to learn and implement.
==Example program==
The following program prints out "Hello World".
h
==Important note==
This language is a [[joke language list|joke language]].
==Notes on quines==
If it was case insensitive, and all unknown characters were ignored, then it would be easy to make a [[quine]] using this program. (Maybe even two quines. Or an infinite number.)
Hello World
It's possible to make such quines with [[Hello Plus Plus|Hello++]], which was inspired by this example.
==Interpreter==
i = input("Enter Command: ")
if i != 'h':
print("ERROR!")
else:
print("Hello World")
This interpreter of Hello was written by [[User:Zayne|Zayne]] in Python3.5
But, that does not ignore un-h chars. A better(and shorter)version by[[User:A]] written in Python 3:
i=input(">")
if i=='h':
print("Hello World")
==See also==
* [[HQ9 Plus|HQ9+]]
* [[Hello, world!]]
* [[HelloWorld]]
* [[Hello Plus Plus|Hello++]]
==External resources==
* [http://www.veling.nl/anne/lang/hello/ Hello programming language page]
* [http://www.codepanel.net/showthread.php?tid=840 Hello / Hello++ to C converter]
[[Category:Joke languages]]
[[Category:Unusable for programming]]
[[Category:Output only]]
[[Category:Unknown year]]' |
New page wikitext, after the edit (new_wikitext) | ''''Hello''' programming language is a minimal programming language with only one instruction, 'h', which will print out the string "[[Hello, world!|Hello World]]". Hello was created by [[Anne Veling]].
The language was designed to be very easy to learn and implement.
==Example program==
The following program prints out "Hello World".
h
==Important note==
This language is a [[joke language list|joke language]].
==Notes on quines==
If it was case insensitive, and all unknown characters were ignored, then it would be easy to make a [[quine]] using this program. (Maybe even two quines. Or an infinite number.)
Hello World
It's possible to make such quines with [[Hello Plus Plus|Hello++]], which was inspired by this example.
==Interpreter==
i = input("Enter Command: ")
if i != 'h':
print("ERROR!")
else:
print("Hello World")
This interpreter of Hello was written by [[User:Zayne|Zayne]] in Python3.5
But, that does not ignore un-h chars. A better (and shorter) version by [[User:A]] written in Python 3:
i=input(">")
if i=='h':
print("Hello World")
==See also==
* [[HQ9 Plus|HQ9+]]
* [[Hello, world!]]
* [[HelloWorld]]
* [[Hello Plus Plus|Hello++]]
==External resources==
* [http://www.veling.nl/anne/lang/hello/ Hello programming language page]
* [http://www.codepanel.net/showthread.php?tid=840 Hello / Hello++ to C converter]
[[Category:Joke languages]]
[[Category:Unusable for programming]]
[[Category:Output only]]
[[Category:Unknown year]]' |
Unified diff of changes made by edit (edit_diff) | '@@ -28,8 +28,9 @@
This interpreter of Hello was written by [[User:Zayne|Zayne]] in Python3.5
-But, that does not ignore un-h chars. A better(and shorter)version by[[User:A]] written in Python 3:
+But, that does not ignore un-h chars. A better (and shorter) version by [[User:A]] written in Python 3:
i=input(">")
if i=='h':
print("Hello World")
+
==See also==
* [[HQ9 Plus|HQ9+]]
' |
New page size (new_size) | 1478 |
Old page size (old_size) | 1474 |
Lines added in edit (added_lines) | [
0 => 'But, that does not ignore un-h chars. A better (and shorter) version by [[User:A]] written in Python 3:',
1 => ''
] |
Unix timestamp of change (timestamp) | 1538232648 |