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

m
no edit summary
(new BF)
 
mNo edit summary
Line 1:
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>
 
Line 12 ⟶ 14:
input := get(arglist)
/input := ""
 
 
# 1. toss obvious errors
Anonymous user