diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-02-23 13:36:16 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-02-23 13:36:16 -0500 |
| commit | 4df2f8e4cba30b2b38da005926fc8d49ab7ff45e (patch) | |
| tree | fa534ad4f3cfaa815415fef53eb60a08e8fd3309 /tests/integers.nl | |
| parent | 4c4059aa43ffa3b9cf0ac55a99b6134b7e931415 (diff) | |
More tests
Diffstat (limited to 'tests/integers.nl')
| -rw-r--r-- | tests/integers.nl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/integers.nl b/tests/integers.nl index 2b2cd92a..c20d08e6 100644 --- a/tests/integers.nl +++ b/tests/integers.nl @@ -25,3 +25,9 @@ >> 3 xor 2 = 1 + +nums := "" +for x in 5 + nums ++= "{x}," +>> nums += "1,2,3,4,5," |
