DeskLocked 関数は、ステーションがロックされているかどうかを boolean 値で返します。
この関数は、引数を受け取りません。
"DeskLocked" 状態を示す boolean 値を Command Line History に出力します。
return function() -- The DeskLocked() return is printed. Printf("The desk is locked: " .. tostring(DeskLocked()))end