mobile/example
Dan Caddigan ca60936f19 example/ivy/android: fix parens grouping example
The current example 2**(2+3) yields the same result as not using
parenthesis.  The "grouped differently" example should use (2**2)+3
so that it yields a different result.

Change-Id: If5f63ec03adba4402c51822d6c13646a26384730
Reviewed-on: https://go-review.googlesource.com/14960
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
Reviewed-by: Rob Pike <r@golang.org>
2015-10-02 19:42:16 +00:00
..
audio gl: move to context methods 2015-09-23 23:46:16 +00:00
basic example/basic: fix typo. 2015-09-24 06:47:40 +00:00
bind example/bind/android: GOMOBILE gradle setting is optional 2015-08-03 18:28:18 +00:00
ivy example/ivy/android: fix parens grouping example 2015-10-02 19:42:16 +00:00
network gl: move to context methods 2015-09-23 23:46:16 +00:00
sprite sprite: Use gl.Context instead of package-level OpenGL calls. 2015-09-26 17:12:14 +00:00