225 B
225 B
Copy keyword in fa
Copy
keyword will copy top one element on the stack
Copy
takes no arguments
Example of the copy
keyword:
include 'std/std.fa'
1 copy -- (1; 1)
2 drop -- ()
0 %exit