RosettaCodeData/Task/Documentation/Forth/documentation-2.fth

2 lines
35 B
Forth
Raw Permalink Normal View History

2018-06-22 20:57:24 +00:00
: cubed ( n -- n^3 ) dup dup * * ;