mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
6 lines
81 B
Plaintext
6 lines
81 B
Plaintext
/proc/coalesce(...)
|
|
for (var/arg in args)
|
|
if (arg)
|
|
return arg
|
|
return null
|