DynamoDS / DesignScript

About the DesignScript language
Apache License 2.0
11 stars 10 forks source link

Should tables be mutable? #17

Open pboyer opened 7 years ago

pboyer commented 7 years ago

a[x] = foo;

vs.

Set( a : table, index : string | int, value : var )