RosettaCodeData/Task/Mutex/Oz/mutex-3.oz
2023-07-01 13:44:08 -04:00

9 lines
95 B
Text

class Test
prop locking
meth test
lock
{Show exclusive}
end
end
end