Mad Libs: Difference between revisions

no edit summary
m (→‎{{header|REXX}}: added additional information to indicate what was entered by the user.)
No edit summary
Line 1,864:
found a Rosetta Code Task. Pete decided to take it home.
</pre>
 
=={{header|Phixmonti}}==
<lang Phixmonti>"<name> went for a walk in the park. <he or she> found a <noun>. <name> decided to take it home."
true
while
"<" find dup var ini
if
">" find ini - 1 + ini swap slice var replace
"Replace: " replace " with: " chain chain input var with nl
true
while
replace with subst
replace find
endwhile
true
else
false
endif
endwhile
print
</lang>
 
=={{header|Pike}}==
672

edits