]> git.rmz.io Git - my-scheme.git/commitdiff
Read two arguments from commandline
authorSamir Benmendil <me@rmz.io>
Sat, 13 Jan 2018 21:59:14 +0000 (21:59 +0000)
committerSamir Benmendil <me@rmz.io>
Sat, 13 Jan 2018 21:59:14 +0000 (21:59 +0000)
`!!` is the "list indexing" operator. It returns the value in the list
on the lhs at the index on the rhs.

`++` concatenates two lists.

A string is a list of chars.


No differences found