Handbook
Glossary
typed-test ( x: integer y: string -- )
Vocabulary
tools
.
deploy
.
test
.
16
Inputs
x
an
integer
y
a
string
Outputs
None
Definition
USING:
io
sequences
typed
;
IN:
tools.deploy.test.16
TYPED:
typed-test
( x: integer y: string -- )
<repetition>
concat
print
;