Method code for $root.query_semaphore()

[Turn off line numbering]
  1: arg type;
  2: var t;
  3: 
  4: return type((| (t = semaphores[type]) |)) != 'error && t in tasks() && t != task_id();
  5: 
  6: // $#Edited: 13 Nov 97 09:04 $miro

["// Created as a part of ColdCore, see: @help Credit"]

the Cold Dark