Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 36 million developers.
Sign up
Pinned
9 contributions in the last year
Contribution activity
March - May 2019
floren has no activity
yet for this period.
February 2019
Created an issue in mattn/anko that received 5 comments
Subtraction syntax errors
Using the anko interpreter, this works:
> 2+1
3
But this doesn't:
> 2-1
1:2 syntax error: unexpected NUMBER
This is ok:
> 2 -1
1:3 syntax error: …
5
comments