This commit is contained in:
Andrew Morris
2022-12-12 16:42:39 +11:00
parent 0c0ae17a0a
commit fe541dcf91

View File

@@ -155,7 +155,7 @@ type T = (typeof a.value);
</details>
<details>
<summary>Concurrency<summary>
<summary>Concurrency</summary>
By using value semantics, ValueScript ensures that a function, called with the
same arguments, always returns the same value. This includes instance methods by
considering the instance data to be one of the arguments.