Post History
In languages without STDIN (eg ///) programs may input through insertion into the source code Also applies to cellular automata, in which the most natural way of taking input is specifying some sp...
Answer
#3: Post edited
## In languages without STDIN (eg ///) programs may input through insertion into the source code
- ## In languages without STDIN (eg ///) programs may input through insertion into the source code
- Also applies to cellular automata, in which the most natural way of taking input is specifying some space for a user-created structure.