foo ( -- )


Vocabulary
tools.deploy.test.11

Inputs
None

Outputs
None

Definition


: foo ( -- ) "USING: math prettyprint ; 2 2 + ." ( -- ) eval ;