Arithmetic/Integer: Difference between revisions

Content added Content deleted
Line 194:
gcd: 4
lcm: 24
 
This example illustrates the use of cleave and apply combinators to alleviate the usage of shuffle words in a concatenative language. bi@ applies a quotation to 2 inputs and 2cleave applies a sequence of quotations to 2 inputs.
 
=={{header|Forth}}==