Handbook
Glossary
c ( -- )
Vocabulary
turing
Inputs
None
Outputs
None
Definition
USING:
io
math
namespaces
prettyprint
strings
;
IN:
turing
:
c
( -- )
state
get
.
tape
get
.
2
position
get
2
*
+
32
<string>
write
"^"
print
;