Files
2020-02-16 19:40:21 -08:00

6 lines
94 B
Plaintext

/proc/get_area(atom/A)
if (!istype(A))
return
for(A, A && !isarea(A), A=A.loc);
return A