From 649319b1dafb130801638c5a156e37d9e865ba5c Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sat, 29 Jan 2022 23:11:03 +0200 Subject: Implement strings as phrases of chars --- samples/list.sample | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'samples/list.sample') diff --git a/samples/list.sample b/samples/list.sample index b3fc947..c0fa5da 100644 --- a/samples/list.sample +++ b/samples/list.sample @@ -21,4 +21,7 @@ define .. [ 2 3 ] 1 prepend . [ 2 3 ] 4 append . -[ 1 2 3 ] pop .. \ No newline at end of file +[ 1 2 3 ] pop $1 ! pop $2 ! pop $3 ! +$1 ? +$2 ? +$3 ? -- cgit v1.3