diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-12-07 16:04:25 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-12-07 16:04:25 -0500 |
| commit | 37f3e91f6c95d46f161dbde05b0a005fe7e7c17a (patch) | |
| tree | c6e080ebbe7aed267b8ca0c5aec80fece51a5f65 /examples/threads/threads.tm | |
| parent | a201939a8150bc4c2f221925797ea2751c74b77c (diff) | |
Rename "NONE" to "none"
Diffstat (limited to 'examples/threads/threads.tm')
| -rw-r--r-- | examples/threads/threads.tm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/threads/threads.tm b/examples/threads/threads.tm index 8be568cd..16beb9bc 100644 --- a/examples/threads/threads.tm +++ b/examples/threads/threads.tm @@ -85,7 +85,7 @@ func main(): t := PThread.new(func(): say("In another thread!") - item := @NONE:Int + item := @none:Int while item[] != 30: g:guarded(func(): while queue.length == 0: |
