]> git.rmz.io Git - my-scheme.git/commit
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)
commit5bd76ea90313c3b469e1b7fce192f3cd54c57a33
treeff79f2b7eef5ab39e4b59115fa5c81df833c5c26
parent1823a25e280d35093e3689ebb5a86361dd222504
Read two arguments from commandline

`!!` 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.
app/Main.hs