Skip to content

Commit

Permalink
readme++
Browse files Browse the repository at this point in the history
  • Loading branch information
glycerine committed Dec 28, 2018
1 parent 55d894d commit 7dd9541
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Major additions:
[x] decrement with `--`
[x] assignment with `:=` is the same as `=`.
[x] Preliminary complex128 number support. The `cmplx` package is available.
[x] The REPL can handle multiline strings such as docstrings. (https://github.com/google/starlark-go/issues/81)
[x] string(raw) will coerce raw []byte to a string; useful in
`fmt.Printf("%s\n", string(exec.Command("ls", "-al").CombinedOutput())[0])`, for example.
Try the above at the monty prompt. It works:
Expand Down

0 comments on commit 7dd9541

Please sign in to comment.