5 lines
154 B
Plaintext
5 lines
154 B
Plaintext
parameter (list string);
|
|
storage (list string);
|
|
code{ CAR; LAMBDA string string { PUSH @hello string "Hello "; CONCAT };
|
|
MAP; NIL operation; PAIR};
|