G’day McNeel,
On this page…
There is this…
which doesn’t seem correct for python.
G’day McNeel,
On this page…
There is this…
which doesn’t seem correct for python.
@Ncik, you are correct. String concatenation is with +
. @dale probably good idea to update the doc. mod
is also incorrect, it should be %
. And you could maybe add //
as integer division.
I’ve made a pull request with these and a couple of other corrections…
@nathanletwory - can you make a YouTrack item for @scottd that documents the errors and suggested changes?
Thanks,
– Dale