mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 13:11:20 +00:00
8 lines
126 B
R
8 lines
126 B
R
#include <Object.h>
|
|
integer zero;
|
|
string (Object foo) getstr;
|
|
|
|
id (Object foo) bar =
|
|
{
|
|
[foo error:"foo %s", getstr(foo)];
|
|
};
|