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

m
Fixed syntax highlighting.
(Added PureBasic)
 
m (Fixed syntax highlighting.)
 
(2 intermediate revisions by one other user not shown)
Line 1:
{{implementation|Brainf***}}{{collection|RCBF}}
Uses{{trans|BASIC}} - uses an integer cell size and memory size is allowed to grow as needed.
{{trans|BASIC}}
<langsyntaxhighlight PureBasiclang="purebasic">Procedure displayEndingMsg()
Uses an integer cell size and memory size is allowed to grow as needed.
<lang PureBasic>Procedure displayEndingMsg()
Print(#CRLF$ + #CRLF$ + "Press ENTER to exit")
Input()
Line 91 ⟶ 90:
If ptr > memsize
memsize + 1000
Redim memory.b(memsize)
EndIf
Case "<"
Line 108 ⟶ 107:
EndSelect
Next
displayEndingMsg()</langsyntaxhighlight>
9,485

edits