ITF,P
Jump to navigation
Jump to search
ITF,P Is An Esoteric programming language created By User:Buckets in 2024 and Stands for "Input Text Feild ,(comma) Please".
The Pseudo-Commands Are Exactly The same as brainfuck's command set.
| Input Text-Dependent Command Explinations* for What brainfuck's Commands do to be The Actual Commands. | Instructions |
|---|---|
| < | Make the previous Word To the previous word Place And make the Current word The Current word in The text feild And now The Previous Word is the Current Word Place. |
| > | Make the Next Word To the Next word Place And make the Current word The Current word in the text feild and now The next Word is the Current Word Place. |
| [ | Push The Entire Story of what happened In the Loop And make The current word, The Current Word In The Text Feild. |
| ] | Make the Current Word The Current Word In The Text Feild. |
| + | Push The Current Word n Words Forward, Where n Is the current Value in the current Cell. |
| - | Push The Current Word m Words backwards, Where m Is the current Value in the current Cell. |
| . | Make the Current Word The Current Word In The Text Feild, but then Do it Again but to the Current Cell's Value's Word Index. |
| , | Make The Current Word but to the Current Cell's Value's Word Index. |
| When Words Collide | It will ruby stack, "in the manner of time". |
| Null Words | "-1 word index, backwards, from last". |
There were Programs made for this Esolang, but later in the document, It says that Some of them might be wrong, these Ptograms Are Very Simple.
Internal Code:
++++
Text feild:
One
Actual Code:
One One One One
Internal Code:
++++-
Text feild:
One
Actual Code:
One One One One One
Internal Code:
++++[-]
Text feild:
One
Actual Code:
One One One One One One One One One