diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2022-02-17 16:08:19 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2022-02-17 16:08:19 +0200 |
| commit | 7a6dc3758c361aa7685934a1896db9f23f1d74be (patch) | |
| tree | bfddaee39e3d23f87d70be32c80761fda83a7535 /samples | |
| parent | d5fe35bb8a75a74c7b3616b864c4d35bafecaadd (diff) | |
Clean up some samples
Diffstat (limited to 'samples')
| -rw-r--r-- | samples/interpolation.sample | 2 | ||||
| -rw-r--r-- | samples/variables.sample | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/samples/interpolation.sample b/samples/interpolation.sample index 5a0d6eb..8baa6df 100644 --- a/samples/interpolation.sample +++ b/samples/interpolation.sample @@ -1,2 +1,2 @@ "Hello world!" s. -"What's up" "Jan" "%% %%!" s. +"What's up" "fellow programmer" "%% %%!" s. diff --git a/samples/variables.sample b/samples/variables.sample index 14f81af..8902b04 100644 --- a/samples/variables.sample +++ b/samples/variables.sample @@ -10,4 +10,4 @@ $foo ? -- define x * 2 = x + x define *2 dup + ; -666 *2 .
\ No newline at end of file +666 *2 . |
