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

m
Fixed syntax highlighting.
m (Fixed syntax highlighting.)
 
Line 5:
It has a fixed-size memory defined in terms of characters, not bytes, and initialized to the null character. It does not permit the BF program to notice EOF.
 
<langsyntaxhighlight lang="e">pragma.syntax("0.9")
pragma.enable("accumulator")
 
Line 80:
}
`.eval(safeScope)
}</langsyntaxhighlight>
 
Example usage:
 
<langsyntaxhighlight lang="e">? def incr3 := bfCompiler(",>,>,><<<[+.>]")
# value: <BF function>
 
? incr3("abc")
# value: "bcd"</langsyntaxhighlight>
9,476

edits