Files
CHOMPStation2/code/coalesce.dm
T
2025-04-26 19:16:57 +02:00

6 lines
81 B
Plaintext

/proc/coalesce(...)
for (var/arg in args)
if (arg)
return arg
return null