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

Content added Content deleted
(new BF)
 
mNo edit summary
Line 1: Line 1:
This version of BF takes program and input from the parameter list.
This version of BF takes program and input from the parameter list.
Memory grows as needed from a single cell.
If no program is specified, the hello world program is run.
<pre>BF programtext inputtext</pre>
<pre>BF programtext inputtext</pre>


Line 12: Line 14:
input := get(arglist)
input := get(arglist)
/input := ""
/input := ""



# 1. toss obvious errors
# 1. toss obvious errors