Execute Brain****/PureBasic: Difference between revisions

m
Fixed syntax highlighting.
(code corrected)
m (Fixed syntax highlighting.)
 
Line 1:
{{implementation|Brainf***}}{{collection|RCBF}}
{{trans|BASIC}} - uses an integer cell size and memory size is allowed to grow as needed.
<langsyntaxhighlight PureBasiclang="purebasic">Procedure displayEndingMsg()
Print(#CRLF$ + #CRLF$ + "Press ENTER to exit")
Input()
Line 107:
EndSelect
Next
displayEndingMsg()</langsyntaxhighlight>
9,479

edits