Brank
Jump to navigation
Jump to search
In an answer for this question: In general, for an imperative language to be Turing-complete, it needs:
- A form of conditional repetition or conditional jump (e.g.,
while
,if+goto
) - A way to read and write some form of storage (e.g., variables, tape)