Skip to content

Commit

Permalink
linkable
Browse files Browse the repository at this point in the history
  • Loading branch information
glycerine committed Dec 28, 2018
1 parent 7dd9541 commit e02b567
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ 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] The REPL can handle multiline strings such as docstrings. Link
~~~
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 e02b567

Please sign in to comment.