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

2 lines
35 B
Forth
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
: cubed ( n -- n^3 ) dup dup * * ;