2017-07-24 15:06:56 +02:00
|
|
|
parameter (list string);
|
2018-04-05 17:17:27 +02:00
|
|
|
storage (list string);
|
2017-10-18 13:46:16 +02:00
|
|
|
code{ CAR; LAMBDA string string { PUSH @hello string "Hello "; CONCAT };
|
2018-04-05 17:17:27 +02:00
|
|
|
MAP; NIL operation; PAIR};
|