RosettaCodeData/Task/Copy-a-string/Amazing-Hopper/copy-a-string-2.hopper

7 lines
103 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
#include <hopper.h>
main:
s=""
{"1:","string to copy"},cpy(s),println
{"2:",s}println
exit(0)