Jump to content

Execute Brain****: Difference between revisions

(Added AppleScript)
Line 23:
 
=={{header|AppleScript}}==
{{incorrect|Applescript|
Example failing code: <lang Brainfuck>>++++++++[<+++++++++>-]<.>>+>+>++>[-]+<[>[->+<<++++>]<<]>.+++++++..+++.>
>+++++++.<<<[[-]<[-]>]<+++++++++++++++.>>.+++.------.--------.>>+.>++++.</lang>}}
<lang AppleScript>
set codeString to text returned of (display dialog "Enter BF code:" buttons "OK" default answer "")
Line 84 ⟶ 87:
display dialog strout
</lang>
 
=={{header|AutoHotkey}}==
 
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.