User talk:MichaelWodrich: Difference between revisions

no edit summary
(Created page with " [CODE] // XProfan // http://xprofan.de/start.htm // https://www.paules-pc-forum.de/forum/board/104-xprofan/ // strip_comments() Proc Min Declare int PC, i, float e, t...")
 
No edit summary
Line 1:
=={{header|XProfan}}==
 
<lang xprofan>
[CODE]
// XProfan
// http://xprofan.de/start.htm
// https://www.paules-pc-forum.de/forum/board/104-xprofan/
Line 91 ⟶ 90:
 
waitkey
end</lang>
 
/*
Output:
<pre>
 
[apples, pears # and bananas|]
-> [apples, pears]
-> [apples, pears]
 
-> [" #oh, my god " apples, pears]
apples, pears ; and bananas|
</pre>
-> [apples, pears]
 
apples, pears |
-> [apples, pears]
 
" #oh, my god " apples, pears # and bananas|
-> [" #oh, my god " apples, pears]
 
*/
[/CODE]