We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.
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 |
|---|---|
Edit count of the user (user_editcount) | 0 |
Name of the user account (user_name) | 'Someskid' |
Age of the user account (user_age) | 362 |
Page ID (page_id) | 13569 |
Page namespace (page_namespace) | 0 |
Page title (without namespace) (page_title) | 'Penisscript' |
Full page title (page_prefixedtitle) | 'Penisscript' |
Action (action) | 'edit' |
Edit summary/reason (summary) | 'Minor Grammatical Fixes' |
Old content model (old_content_model) | 'wikitext' |
New content model (new_content_model) | 'wikitext' |
Old page wikitext, before the edit (old_wikitext) | ''''PenisScript''' is a [[Joke language list | joke]] [[esoteric programming language]] created by [[Lleyton]]. It is identical to [[Brainfuck]], except that the instructions are changed into ACSII penises. It is one of a thousand poorly written Brainfuck translations made for jokes. Because of this, it falls under the [[TrivialBrainfuckSubstitution]] family of programming languages. also note that the file extension is .pp, which shows the author's poor sense of humor
==Commands==
{| class="wikitable"
!Brainfuck
!Penisscript
!Description
|-
|>
|8=D
|Move the pointer to the right
|-
|<
|8==D
|Move the pointer to the left
|-
|<nowiki>+</nowiki>
|8===D
|Increment the memory cell under the pointer
|-
|<nowiki>-</nowiki>
|8====D
|Decrement the memory cell under the pointer
|-
|.
|8=====D
|Output the character signified by the cell at the pointer
|-
|,
|8======D
|Input a character and store it in the cell at the pointer
|-
|[
|8=======D
|Jump past the matching <code>8========D</code> if the cell under the pointer is 0
|-
|]
|8========D
|Jump back to the matching <code>8=======D</code>
|}
==[[Hello, world!]] program==
<pre>8===D8===D8===D8===D8===D8===D8===D8===D8===D8===D8=======D8=D8===D8===D8===D8===D8===D8===D8===D8=D8===D
8===D8===D8===D8===D8===D8===D8===D8===D8===D8=D8===D8===D8===D8=D8===D8==D8==D8==D8==D8====D8========D8=D8===D
8===D8=====D8=D8===D8=====D8===D8===D8===D8===D8===D8===D8===D8=====D8=====D8===D8===D8===D8=====D8=D8===D8===D
8=====D8==D8==D8===D8===D8===D8===D8===D8===D8===D8===D8===D8===D8===D8===D8===D8===D8===D8=====D8=D8=====D8===D
8===D8===D8=====D8====D8====D8====D8====D8====D8====D8=====D8====D8====D8====D8====D8====D8====D8====D8====D
8=====D8=D8===D8=====D8=D8=====D</pre>
==External resources==
* [https://gist.github.com/lleyton/e04af69bb8bcf6d04fead0a8f192dd40 PenisScript source code Lua Compiler]
[[Category:Brainfuck equivalents]]
[[Category:Cell-based]]
[[Category:Joke languages]]
[[Category:Turing complete]]
[[Category:Implemented]]
[[Category:Low-level]]
[[Category:2020]]
[[Category:Pseudonatural]]' |
New page wikitext, after the edit (new_wikitext) | ''''PenisScript''' is a [[Joke language list | joke]] [[esoteric programming language]] created by [[Lleyton]]. It is identical to [[Brainfuck]], except that the instructions are changed into ACSII penises. It is one of a thousand poorly written Brainfuck translations made as a joke. Because of this, it falls under the [[TrivialBrainfuckSubstitution]] family of programming languages. Also note that the file extension is .pp, which shows the author's poor sense of humor
==Commands==
{| class="wikitable"
!Brainfuck
!Penisscript
!Description
|-
|>
|8=D
|Move the pointer to the right
|-
|<
|8==D
|Move the pointer to the left
|-
|<nowiki>+</nowiki>
|8===D
|Increment the memory cell under the pointer
|-
|<nowiki>-</nowiki>
|8====D
|Decrement the memory cell under the pointer
|-
|.
|8=====D
|Output the character signified by the cell at the pointer
|-
|,
|8======D
|Input a character and store it in the cell at the pointer
|-
|[
|8=======D
|Jump past the matching <code>8========D</code> if the cell under the pointer is 0
|-
|]
|8========D
|Jump back to the matching <code>8=======D</code>
|}
==[[Hello, world!]] program==
<pre>8===D8===D8===D8===D8===D8===D8===D8===D8===D8===D8=======D8=D8===D8===D8===D8===D8===D8===D8===D8=D8===D
8===D8===D8===D8===D8===D8===D8===D8===D8===D8=D8===D8===D8===D8=D8===D8==D8==D8==D8==D8====D8========D8=D8===D
8===D8=====D8=D8===D8=====D8===D8===D8===D8===D8===D8===D8===D8=====D8=====D8===D8===D8===D8=====D8=D8===D8===D
8=====D8==D8==D8===D8===D8===D8===D8===D8===D8===D8===D8===D8===D8===D8===D8===D8===D8===D8=====D8=D8=====D8===D
8===D8===D8=====D8====D8====D8====D8====D8====D8====D8=====D8====D8====D8====D8====D8====D8====D8====D8====D
8=====D8=D8===D8=====D8=D8=====D</pre>
==External resources==
* [https://gist.github.com/lleyton/e04af69bb8bcf6d04fead0a8f192dd40 PenisScript source code Lua Compiler]
[[Category:Brainfuck equivalents]]
[[Category:Cell-based]]
[[Category:Joke languages]]
[[Category:Turing complete]]
[[Category:Implemented]]
[[Category:Low-level]]
[[Category:2020]]
[[Category:Pseudonatural]]' |
Unified diff of changes made by edit (edit_diff) | '@@ -1,3 +1,3 @@
-'''PenisScript''' is a [[Joke language list | joke]] [[esoteric programming language]] created by [[Lleyton]]. It is identical to [[Brainfuck]], except that the instructions are changed into ACSII penises. It is one of a thousand poorly written Brainfuck translations made for jokes. Because of this, it falls under the [[TrivialBrainfuckSubstitution]] family of programming languages. also note that the file extension is .pp, which shows the author's poor sense of humor
+'''PenisScript''' is a [[Joke language list | joke]] [[esoteric programming language]] created by [[Lleyton]]. It is identical to [[Brainfuck]], except that the instructions are changed into ACSII penises. It is one of a thousand poorly written Brainfuck translations made as a joke. Because of this, it falls under the [[TrivialBrainfuckSubstitution]] family of programming languages. Also note that the file extension is .pp, which shows the author's poor sense of humor
==Commands==
' |
New page size (new_size) | 2068 |
Old page size (old_size) | 2068 |
Lines added in edit (added_lines) | [
0 => ''''PenisScript''' is a [[Joke language list | joke]] [[esoteric programming language]] created by [[Lleyton]]. It is identical to [[Brainfuck]], except that the instructions are changed into ACSII penises. It is one of a thousand poorly written Brainfuck translations made as a joke. Because of this, it falls under the [[TrivialBrainfuckSubstitution]] family of programming languages. Also note that the file extension is .pp, which shows the author's poor sense of humor'
] |
Unix timestamp of change (timestamp) | 1596837149 |