6 lines
148 B
Plaintext
6 lines
148 B
Plaintext
parameter string;
|
|
storage string;
|
|
code {CAR;
|
|
LAMBDA string string {PUSH string "_abc"; SWAP; CONCAT};
|
|
SWAP; EXEC; NIL operation; PAIR};
|